We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7628c commit 6ed4206Copy full SHA for 6ed4206
CMakeLists.txt
@@ -37,7 +37,7 @@ target_link_libraries(crud-lib
37
38
add_definitions(
39
## define path to swagger-ui static resources folder
40
- -DOATPP_SWAGGER_RES_PATH="${OATPP_BASE_DIR}/bin/oatpp-swagger/res"
+ -DOATPP_SWAGGER_RES_PATH="${oatpp-swagger_INCLUDE_DIRS}/../bin/oatpp-swagger/res"
41
42
## SQLite databse file
43
-DDATABASE_FILE="${CMAKE_CURRENT_SOURCE_DIR}/db.sqlite"
0 commit comments