mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
restructured project structure: move projects into sub-folders, split dispmanx-grabber from hyperion
This commit is contained in:
@@ -2,30 +2,30 @@
|
||||
include_directories(../libsrc)
|
||||
|
||||
# Add the simple test executable 'TestSpi'
|
||||
add_executable(TestSpi
|
||||
add_executable(test_spi
|
||||
TestSpi.cpp)
|
||||
target_link_libraries(TestSpi
|
||||
target_link_libraries(test_spi
|
||||
hyperion)
|
||||
|
||||
|
||||
add_executable(TestConfigFile
|
||||
add_executable(test_configfile
|
||||
TestConfigFile.cpp)
|
||||
target_link_libraries(TestConfigFile
|
||||
target_link_libraries(test_configfile
|
||||
hyperion)
|
||||
|
||||
add_executable(TestRgbImage
|
||||
add_executable(test_rgbimage
|
||||
TestRgbImage.cpp)
|
||||
target_link_libraries(TestRgbImage
|
||||
target_link_libraries(test_rgbimage
|
||||
hyperion-utils)
|
||||
|
||||
add_executable(TestColorTransform
|
||||
add_executable(test_colortransform
|
||||
TestColorTransform.cpp)
|
||||
target_link_libraries(TestColorTransform
|
||||
target_link_libraries(test_colortransform
|
||||
hyperion)
|
||||
|
||||
add_executable(TestImage2LedsMap
|
||||
add_executable(test_image2ledsmap
|
||||
TestImage2LedsMap.cpp)
|
||||
target_link_libraries(TestImage2LedsMap
|
||||
target_link_libraries(test_image2ledsmap
|
||||
hyperion)
|
||||
|
||||
add_subdirectory(dispmanx2png)
|
||||
|
@@ -14,5 +14,5 @@ add_executable(dispmanx2png
|
||||
dispmanx2png.cpp)
|
||||
|
||||
target_link_libraries(dispmanx2png
|
||||
hyperion
|
||||
dispmanx-grabber
|
||||
${QT_LIBRARIES})
|
||||
|
@@ -6,8 +6,8 @@
|
||||
#include <QImage>
|
||||
#include <QTest>
|
||||
|
||||
// Hyperion includes
|
||||
#include <hyperion/DispmanxFrameGrabber.h>
|
||||
// Dispmanx grabber includes
|
||||
#include <dispmanx-grabber/DispmanxFrameGrabber.h>
|
||||
|
||||
static bool running = true;
|
||||
|
||||
|
Reference in New Issue
Block a user