fix: remove file copying for build
This commit is contained in:
parent
47910c60a6
commit
5db696c15c
1 changed files with 0 additions and 3 deletions
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in a new issue