From: slack Date: Mon, 7 Dec 2009 01:12:33 +0000 (+0100) Subject: Removed sstrip.c from project sources X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;h=cfcb1d154c95990b17919761e262bf9569c38a0c;p=fov120.git Removed sstrip.c from project sources --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 81d9f0d..66f18b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories(${LIBRARY_OUTPUT_PATH}) ############ set(DEMO_NAME fov120) FILE(GLOB HEADERS "*.h*") -FILE(GLOB SOURCES "*.c*") +SET(SOURCES main.c dl_init.c synth.c play.c) include_directories( ${CMAKE_SOURCE_DIR}