3 lines
119 B
CMake
3 lines
119 B
CMake
|
|
add_executable(maat_api_gtest maat_api_gtest.cpp)
|
||
|
|
|
||
|
|
target_link_libraries(maat_api_gtest maat_frame_static gtest_static)
|