This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ aux_source_directory(controllers CTL_SRC)
6262# aux_source_directory(filters FILTER_SRC) aux_source_directory(plugins
6363# PLUGIN_SRC) aux_source_directory(models MODEL_SRC)
6464
65- drogon_create_views(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR} /views
66- ${CMAKE_CURRENT_BINARY_DIR} )
65+ # drogon_create_views(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/views
66+ # ${CMAKE_CURRENT_BINARY_DIR})
6767# use the following line to create views with namespaces.
6868# drogon_create_views(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/views
6969# ${CMAKE_CURRENT_BINARY_DIR} TRUE)
7070
7171target_include_directories (${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} )
7272# ${CMAKE_CURRENT_SOURCE_DIR}/models)
73- target_sources (${PROJECT_NAME} PRIVATE ${SRC_DIR} ${ CTL_SRC} )
73+ target_sources (${PROJECT_NAME} PRIVATE ${CTL_SRC} )
7474# ${FILTER_SRC} ${PLUGIN_SRC} ${MODEL_SRC})
7575# ##############################################################################
7676# uncomment the following line for dynamically loading views set_property(TARGET
You can’t perform that action at this time.
0 commit comments