Update appveyor.yml
This commit is contained in:
parent
fcb84132f4
commit
deecd19af2
3 changed files with 4 additions and 3 deletions
|
|
@ -13,7 +13,6 @@ if(WIN32)
|
|||
endif()
|
||||
add_subdirectory(third-party/moonlight-common-c/enet)
|
||||
add_subdirectory(third-party/Simple-Web-Server)
|
||||
add_subdirectory(third-party/cbs)
|
||||
|
||||
set(UPNPC_BUILD_SHARED OFF CACHE BOOL "no shared libraries")
|
||||
set(UPNPC_BUILD_TESTS OFF CACHE BOOL "Don't build tests for miniupnpc")
|
||||
|
|
@ -311,6 +310,8 @@ include_directories(
|
|||
${PLATFORM_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
add_subdirectory(third-party/cbs)
|
||||
|
||||
string(TOUPPER "x${CMAKE_BUILD_TYPE}" BUILD_TYPE)
|
||||
if("${BUILD_TYPE}" STREQUAL "XDEBUG")
|
||||
list(APPEND SUNSHINE_COMPILE_OPTIONS -O0 -ggdb3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue