Update test_cmake.csp (#1856)
_test not needed for submodule target_link_libraries since it was added in project
This commit is contained in:
parent
2000a4279e
commit
01385f4f33
|
@ -6,7 +6,7 @@ add_executable(${PROJECT_NAME} test_main.cc)
|
||||||
# ##############################################################################
|
# ##############################################################################
|
||||||
# If you include the drogon source code locally in your project, use this method
|
# If you include the drogon source code locally in your project, use this method
|
||||||
# to add drogon
|
# to add drogon
|
||||||
# target_link_libraries(${PROJECT_NAME}_test PRIVATE drogon)
|
# target_link_libraries(${PROJECT_NAME} PRIVATE drogon)
|
||||||
#
|
#
|
||||||
# and comment out the following lines
|
# and comment out the following lines
|
||||||
target_link_libraries(${PROJECT_NAME} PRIVATE Drogon::Drogon)
|
target_link_libraries(${PROJECT_NAME} PRIVATE Drogon::Drogon)
|
||||||
|
|
Loading…
Reference in New Issue