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

3 lines
119 B
CMake
Raw Normal View History

2022-10-27 17:58:52 +08:00
add_executable(maat_api_gtest maat_api_gtest.cpp)
target_link_libraries(maat_api_gtest maat_frame_static gtest_static)