const_container/test/CMakeLists.txt

8 lines
230 B
CMake
Raw Normal View History

2024-03-25 16:39:19 +01:00
cmake_minimum_required(VERSION 3.26)
add_library(test_common INTERFACE)
target_include_directories(test_common INTERFACE common_helper)
target_link_libraries(test_common INTERFACE const_container)
add_subdirectory(const_vector)