Update test/CMakeLists.txt

This commit is contained in:
Peter Dimov
2024-02-04 19:09:41 +02:00
parent fb8ebc8b42
commit c4ea7e40d3

View File

@ -16,8 +16,7 @@ set(tests_c ${tests_common})
set(tests_cpp ${tests_common} iteration repetition checkempty vaopt quick)
set(BOOST_TEST_LINK_LIBRARIES Boost::preprocessor)
include_directories(../../..) # for `include <libs/preprocessor/...>` to work
set(BOOST_TEST_INCLUDE_DIRECTORIES .)
foreach(test IN LISTS tests_c)