Skip to content

Commit

Permalink
Updated install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Feb 23, 2024
1 parent d84fc9a commit 35a132b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Expand Up @@ -72,10 +72,15 @@ set(BLADE_SOURCES
)

add_definitions(-DEXPORT_LIBS)

if(UNIX AND NOT APPLE AND MUSL)
add_definitions(-D__MUSL__)
endif()

if(UNIX)
add_compile_options(-Wno-deprecated-declarations)
endif()

include_directories(src thirdparty)

if(WIN32)
Expand Down

0 comments on commit 35a132b

Please sign in to comment.