pacman/lcd/src/CMakeLists.txt

5 lines
119 B
CMake
Raw Normal View History

2020-11-29 16:42:03 +00:00
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "*.cpp")
add_executable(lcd ${sources})
target_link_libraries(lcd liblcd)