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:
parent
ed3a45bfc6
commit
bbce86cb9d
@ -36,6 +36,7 @@ if(PROJECT_BUILD)
|
||||
httpapi
|
||||
iphlpapi
|
||||
kernel32
|
||||
mswsock
|
||||
ncrypt
|
||||
ole32
|
||||
oleaut32
|
||||
|
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user