diff --git a/CMakeLists.txt b/CMakeLists.txt index daf5425..283063f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,9 +58,6 @@ foreach(cspFile ${SCP_LIST}) set(VIEWSRC ${VIEWSRC} ${classname}.cc) endforeach() -configure_file("config.json" "config.json" COPYONLY) -configure_file("core.sqlite" "core.sqlite" COPYONLY) - include_directories(${CMAKE_CURRENT_SOURCE_DIR}) add_executable(core ${SRC_DIR} ${CTL_SRC} ${FILTER_SRC} ${VIEWSRC} ${PLUGIN_SRC} ${MODEL_SRC} ${HELPER_SRC})