hyperion.ng/libsrc/CMakeLists.txt

10 lines
267 B
CMake
Raw Normal View History

# Define the current source locations
SET(CURRENT_HEADER_DIR ${CMAKE_SOURCE_DIR}/include)
SET(CURRENT_SOURCE_DIR ${CMAKE_SOURCE_DIR}/libsrc)
add_subdirectory(hyperion)
add_subdirectory(dispmanx-grabber)
add_subdirectory(jsonserver)
add_subdirectory(utils)