diff --git a/rct_common/CMakeLists.txt b/rct_common/CMakeLists.txt index 4cfe7000..5a101e27 100644 --- a/rct_common/CMakeLists.txt +++ b/rct_common/CMakeLists.txt @@ -18,6 +18,7 @@ endif() find_gtest() + add_library(${PROJECT_NAME} INTERFACE) target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_11) target_include_directories(${PROJECT_NAME} INTERFACE "$"