4 lines
197 B
CMake
4 lines
197 B
CMake
|
|
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)
|