fix: remove file copying for build

This commit is contained in:
Tobias Reisinger 2019-09-19 16:12:38 +02:00
parent 47910c60a6
commit 5db696c15c

View file

@ -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})