Added path views for abs and rel paths
This commit is contained in:
@@ -59,18 +59,7 @@ target_link_libraries(TL EASTL)
|
||||
#endif()
|
||||
|
||||
if (0)
|
||||
#//////////////////////////////////
|
||||
|
||||
set(Boost_INCLUDE_DIR "${PROJECT_SOURCE_DIR}/../boost")
|
||||
set(Boost_LIBRARY_DIR "${PROJECT_SOURCE_DIR}/../boost/stage/lib")
|
||||
set(Boost_USE_STATIC_LIBS ON)
|
||||
set(Boost_USE_MULTITHREADED ON)
|
||||
set(Boost_USE_STATIC_RUNTIME OFF)
|
||||
find_package(Boost 1.69 COMPONENTS unit_test_framework)
|
||||
|
||||
file(GLOB_RECURSE TEST_SRC "test/*.cpp" "test/*.h")
|
||||
add_executable(TL_Test ${TEST_SRC})
|
||||
target_link_libraries(TL_Test TL)
|
||||
target_link_libraries(TL_Test ${Boost_LIBRARIES})
|
||||
target_include_directories(TL_Test PUBLIC ${Boost_INCLUDE_DIRS})
|
||||
endif()
|
||||
Reference in New Issue
Block a user