restructured project structure: move projects into sub-folders, split dispmanx-grabber from hyperion

This commit is contained in:
johan
2013-08-17 16:12:42 +02:00
parent 16c260b3dc
commit 59e13a2b5f
18 changed files with 85 additions and 56 deletions

View File

@@ -1,27 +1,4 @@
add_executable(WriteConfig
WriteConfig.cpp)
add_executable(hyperiond
hyperion-d.cpp)
target_link_libraries(hyperiond
hyperion
jsonserver)
# Find the libPNG
find_package(PNG QUIET)
if(PNG_FOUND)
# Add additional includes dirs
include_directories(${PNG_INCLUDE_DIR})
add_executable(ViewPng
ViewPng.cpp)
target_link_libraries(ViewPng
hyperion
${PNG_LIBRARIES})
endif(PNG_FOUND)
add_subdirectory(hyperion-remote)
add_subdirectory(hyperiond)
add_subdirectory(hyperion-remote)
add_subdirectory(viewpng)
add_subdirectory(writeconfig)