3 lines
106 B
CMake
3 lines
106 B
CMake
add_executable(metadump_mono mono.cpp)
|
|
target_link_libraries(metadump_mono PRIVATE metadump GTest::GTest)
|