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