Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Oct 18, 2023
1 parent b43f453 commit b3aa083
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ set(CMAKE_CXX_STANDARD 17)
# building and linking the project's internal libraries dynamically
set(BUILD_SHARED_LIBS OFF)

# # search for static versions of external libraries
# IF(WIN32)
# SET(CMAKE_FIND_LIBRARY_SUFFIXES .lib .a)
# ELSE(WIN32)
# SET(CMAKE_FIND_LIBRARY_SUFFIXES .a)
# ENDIF(WIN32)
# search for static versions of external libraries
IF(WIN32)
SET(CMAKE_FIND_LIBRARY_SUFFIXES .lib .a)
ELSE(WIN32)
SET(CMAKE_FIND_LIBRARY_SUFFIXES .a)
ENDIF(WIN32)

# enable static linking of system libraries
if(NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin")
Expand Down
Binary file added test-files/01.tgs
Binary file not shown.
1 change: 1 addition & 0 deletions test-files/1.json

Large diffs are not rendered by default.

0 comments on commit b3aa083

Please sign in to comment.