From cfcb1d154c95990b17919761e262bf9569c38a0c Mon Sep 17 00:00:00 2001 From: slack Date: Mon, 7 Dec 2009 02:12:33 +0100 Subject: [PATCH] Removed sstrip.c from project sources --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.34.1