Browse Source

Included source files

master
Peter Kolski 9 years ago
parent
commit
d1466716c3
  1. 22
      example/CMakeLists.txt

22
example/CMakeLists.txt

@ -10,7 +10,7 @@ project( openframeworks )
# ===================== User Settings ==================== # ===================== User Settings ====================
# ======================================================== # ========================================================
# ---------------------- App name ----------------------- # ---------------------- App name -----------------------
set( APP_NAME ofApp ) set( APP_NAME example_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,18 @@ 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/CrossSource.cpp
src/CustomSource.cpp
src/Settings.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