fixed cmake

This commit is contained in:
Yehonal
2017-12-21 00:48:33 +01:00
parent 17332304fd
commit 685a89e03f
34 changed files with 342 additions and 419 deletions

View File

@@ -43,15 +43,15 @@ endif()
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/src/core
${CMAKE_SOURCE_DIR}/src/core/Database
${CMAKE_SOURCE_DIR}/src/core/Debugging
${CMAKE_SOURCE_DIR}/src/core/Packets
${CMAKE_SOURCE_DIR}/src/core/Cryptography
${CMAKE_SOURCE_DIR}/src/core/Cryptography/Authentication
${CMAKE_SOURCE_DIR}/src/core/Logging
${CMAKE_SOURCE_DIR}/src/core/Threading
${CMAKE_SOURCE_DIR}/src/core/Utilities
${CMAKE_SOURCE_DIR}/src/common
${CMAKE_SOURCE_DIR}/src/common/Database
${CMAKE_SOURCE_DIR}/src/common/Debugging
${CMAKE_SOURCE_DIR}/src/common/Packets
${CMAKE_SOURCE_DIR}/src/common/Cryptography
${CMAKE_SOURCE_DIR}/src/common/Cryptography/Authentication
${CMAKE_SOURCE_DIR}/src/common/Logging
${CMAKE_SOURCE_DIR}/src/common/Threading
${CMAKE_SOURCE_DIR}/src/common/Utilities
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/Authentication
${CMAKE_CURRENT_SOURCE_DIR}/Realms