updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
if (NOT PROJECT_STATIC_LINK)
|
||||
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/deps/include)
|
||||
|
||||
if(PROJECT_IS_MINGW)
|
||||
link_libraries(msvcr90)
|
||||
endif()
|
||||
|
||||
list(APPEND PROJECT_ADDITIONAL_SOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/deps/src/backward.cpp
|
||||
)
|
||||
|
Reference in New Issue
Block a user