Core/Authserver: Include cppformat

This commit is contained in:
Carbenium
2015-03-18 03:01:39 +01:00
parent 03176662d1
commit 6757ef2217

View File

@@ -43,6 +43,7 @@ endif()
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/dep/cppformat
${CMAKE_SOURCE_DIR}/src/server/shared
${CMAKE_SOURCE_DIR}/src/server/shared/Configuration
${CMAKE_SOURCE_DIR}/src/server/shared/Database
@@ -78,6 +79,7 @@ endif()
target_link_libraries(authserver
shared
format
${MYSQL_LIBRARY}
${OPENSSL_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}