Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit dbc7518

Browse files
committed
chore: clean up cmake file
1 parent f15eb3d commit dbc7518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

7171
target_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

0 commit comments

Comments
 (0)