hyperion.ng/src/hyperiond/CMakeLists.txt

9 lines
128 B
CMake
Raw Normal View History

add_executable(hyperiond
hyperiond.cpp)
target_link_libraries(hyperiond
hyperion
dispmanx-grabber
jsonserver)