mirror of
https://github.com/FEX-Emu/robin-map.git
synced 2025-03-01 10:47:48 +00:00
Move headers from tsl to include/tsl for coherence with other C++ projects.
This commit is contained in:
parent
d8c3f656f2
commit
29e001269b
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user