1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 05:57:45 +00:00

Disabled cotire for a test

This commit is contained in:
mordred 2018-10-26 13:40:39 +02:00
parent 96c2c94e5d
commit a4f2a1e4a8
4 changed files with 4 additions and 4 deletions

View file

@ -23,4 +23,4 @@ else()
target_link_libraries( xivdat PUBLIC zlib1 )
endif()
target_include_directories( xivdat PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} )
cotire( xivdat )
#cotire( xivdat )

View file

@ -22,4 +22,4 @@ if(UNIX)
else()
target_include_directories( mysqlConnector PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/../MySQL/" )
endif()
cotire(mysqlConnector)
#cotire(mysqlConnector)

View file

@ -25,4 +25,4 @@ target_link_libraries( sapphire_lobby
common
stdc++fs )
cotire( sapphire_lobby )
#cotire( sapphire_lobby )

View file

@ -41,5 +41,5 @@ target_include_directories( sapphire_zone PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}" )
if (UNIX)
cotire( sapphire_zone )
# cotire( sapphire_zone )
endif()