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/object_nesting/CMakeLists.txt

4 lines
197 B
CMake
Raw Permalink Normal View History

2024-08-22 10:26:59 +00:00
include_directories(${PROJECT_SOURCE_DIR}/src/inc_internal)
add_executable(object_nesting_gtest object_nesting_gtest.cpp)
target_link_libraries(object_nesting_gtest maat_frame_static gtest_static)