From 84203e05b91ef3c5954eb267a17dde56ad51b618 Mon Sep 17 00:00:00 2001 From: Peter Kolski Date: Wed, 26 Oct 2016 23:42:03 +0200 Subject: [PATCH] cMake for camera example --- example-camera/CMakeLists.txt | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/example-camera/CMakeLists.txt b/example-camera/CMakeLists.txt index ac014a7..5a12e81 100755 --- a/example-camera/CMakeLists.txt +++ b/example-camera/CMakeLists.txt @@ -10,7 +10,7 @@ project( openframeworks ) # ===================== User Settings ==================== # ======================================================== # ---------------------- App name ----------------------- -set( APP_NAME ofApp ) +set( APP_NAME example_camera_ofxPiMapper ) # ------------------------ OF Path ----------------------- # --- If outside the OF stucture, set an absolute OF path @@ -19,22 +19,16 @@ set( OF_DIRECTORY_BY_USER "../../.." ) # --------------------- Source Files --------------------- set( ${APP_NAME}_SOURCE_FILES src/main.cpp - src/ofApp.cpp ) + src/ofApp.cpp + src/CameraSource.cpp) # ------------------------ AddOns ----------------------- set( OFX_ADDONS_ACTIVE - # ofxXmlSettings - # ofxOsc - # ofxGui - # ofxNetwork - # ofxVectorGraphics - # ofxThreadedImageLoader - # ofxAssimpModelLoader - # ofxKinect - # ofxOpenCv - # ofxSvg - # ofxEmscripten (untested) + ofxXmlSettings + ofxGui + ofxPiMapper + ofxIO ) # =========================================================================