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

6 lines
153 B

set(show_monoformat_SOURCES
main.cpp
)
add_executable(show_monoformat ${show_monoformat_SOURCES})
target_link_libraries(show_monoformat monoformat)