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 6ed4206 commit 4c5a3f0Copy full SHA for 4c5a3f0
CMakeLists.txt
@@ -53,7 +53,7 @@ endif()
53
54
## add executables
55
56
-add_executable(crud-exe src/App.cpp src/db/UserDb.hpp)
+add_executable(crud-exe src/App.cpp)
57
target_link_libraries(crud-exe crud-lib)
58
59
add_executable(crud-test
0 commit comments