forked from townforge/townforge
unit_tests: don't link to urho3d
This commit is contained in:
parent
3292a4e88a
commit
8c249305f7
@ -102,8 +102,6 @@ set(unit_tests_sources
|
||||
set(unit_tests_headers
|
||||
unit_tests_utils.h)
|
||||
|
||||
include_directories("${CMAKE_BINARY_DIR}/external/urho3d/include")
|
||||
set(URHO3D_LIBRARY "${CMAKE_BINARY_DIR}/external/urho3d/lib/${CMAKE_STATIC_LIBRARY_PREFIX}Urho3D${CMAKE_SHARED_LIBRARY_SUFFIX}")
|
||||
add_executable(unit_tests
|
||||
${unit_tests_sources}
|
||||
${unit_tests_headers})
|
||||
@ -123,7 +121,6 @@ target_link_libraries(unit_tests
|
||||
cc
|
||||
p2p
|
||||
version
|
||||
${URHO3D_LIBRARY}
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${GTEST_LIBRARIES}
|
||||
|
Loading…
Reference in New Issue
Block a user