fixed cmake
This commit is contained in:
parent
17332304fd
commit
685a89e03f
34 changed files with 342 additions and 419 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue