Browse Source

cMake for camera example

master
Peter Kolski 9 years ago
parent
commit
84203e05b9
  1. 20
      example-camera/CMakeLists.txt

20
example-camera/CMakeLists.txt

@ -10,7 +10,7 @@ project( openframeworks )
# ===================== User Settings ==================== # ===================== User Settings ====================
# ======================================================== # ========================================================
# ---------------------- App name ----------------------- # ---------------------- App name -----------------------
set( APP_NAME ofApp ) set( APP_NAME example_camera_ofxPiMapper )
# ------------------------ OF Path ----------------------- # ------------------------ OF Path -----------------------
# --- If outside the OF stucture, set an absolute OF path # --- If outside the OF stucture, set an absolute OF path
@ -19,22 +19,16 @@ set( OF_DIRECTORY_BY_USER "../../.." )
# --------------------- Source Files --------------------- # --------------------- Source Files ---------------------
set( ${APP_NAME}_SOURCE_FILES set( ${APP_NAME}_SOURCE_FILES
src/main.cpp src/main.cpp
src/ofApp.cpp ) src/ofApp.cpp
src/CameraSource.cpp)
# ------------------------ AddOns ----------------------- # ------------------------ AddOns -----------------------
set( OFX_ADDONS_ACTIVE set( OFX_ADDONS_ACTIVE
# ofxXmlSettings ofxXmlSettings
# ofxOsc ofxGui
# ofxGui ofxPiMapper
# ofxNetwork ofxIO
# ofxVectorGraphics
# ofxThreadedImageLoader
# ofxAssimpModelLoader
# ofxKinect
# ofxOpenCv
# ofxSvg
# ofxEmscripten (untested)
) )
# ========================================================================= # =========================================================================

Loading…
Cancel
Save