This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-maat/test/group_exclude/CMakeLists.txt
2023-05-15 07:24:36 +00:00

4 lines
194 B
CMake

include_directories(${PROJECT_SOURCE_DIR}/src/inc_internal)
add_executable(group_exclude_gtest group_exclude_gtest.cpp)
target_link_libraries(group_exclude_gtest maat_frame_static gtest_static)