Move headers from tsl to include/tsl for coherence with other C++ projects.

This commit is contained in:
Tessil 2018-09-16 19:55:25 +02:00 committed by Thibaut
parent d8c3f656f2
commit 29e001269b
5 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ add_executable("${TEST_EXECUTABLE}" "tests/main.cpp"
"tests/robin_map_tests.cpp"
"tests/robin_set_tests.cpp")
target_include_directories("${TEST_EXECUTABLE}" PRIVATE "${Boost_INCLUDE_DIRS}" ".")
target_include_directories("${TEST_EXECUTABLE}" PRIVATE "${Boost_INCLUDE_DIRS}" "include/")
target_link_libraries("${TEST_EXECUTABLE}" ${Boost_LIBRARIES})
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU")