Abfahrtsanzeiger Display Basic Library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
libmonoformat/cpp/test/CMakeLists.txt

9 lines
239 B

set(test_monoformat_SOURCES
test_font.cpp
test_utf8.cpp
)
add_executable(test_monoformat ${test_monoformat_SOURCES})
target_link_libraries(test_monoformat monoformat)
target_link_libraries(test_monoformat Catch2::Catch2WithMain)