diff options
| author | StormBytePP <stormbyte@gmail.com> | 2015-08-19 19:02:10 +0200 |
|---|---|---|
| committer | StormBytePP <stormbyte@gmail.com> | 2015-08-21 17:52:42 +0200 |
| commit | 1d2aafd39bcb79a67357d198ce9b2345642fdd39 (patch) | |
| tree | c32cf1c3717625c60da59c82ba5a4fca2530119a /src/tools/connection_patcher | |
| parent | 172293acee1607727ebd8070ab3e1390590d02a8 (diff) | |
Core/Build: Merge common library and move database out of shared
Diffstat (limited to 'src/tools/connection_patcher')
| -rw-r--r-- | src/tools/connection_patcher/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/connection_patcher/CMakeLists.txt b/src/tools/connection_patcher/CMakeLists.txt index f10a89ad3e5..74934919dde 100644 --- a/src/tools/connection_patcher/CMakeLists.txt +++ b/src/tools/connection_patcher/CMakeLists.txt @@ -10,10 +10,10 @@ include_directories( ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/src/server/shared - ${CMAKE_SOURCE_DIR}/src/server/shared/Cryptography - ${CMAKE_SOURCE_DIR}/src/server/shared/Debugging - ${CMAKE_SOURCE_DIR}/src/server/shared/Utilities + ${CMAKE_SOURCE_DIR}/src/common + ${CMAKE_SOURCE_DIR}/src/common/Cryptography + ${CMAKE_SOURCE_DIR}/src/common/Debugging + ${CMAKE_SOURCE_DIR}/src/common/Utilities ${OPENSSL_INCLUDE_DIR} ) @@ -42,7 +42,7 @@ if (MSVC) endif () target_link_libraries(connection_patcher - shared + common ${OPENSSL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES} |
