Skip to content

Commit 4c5a3f0

Browse files
committed
Update CMakeLists.txt
1 parent 6ed4206 commit 4c5a3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ endif()
5353

5454
## add executables
5555

56-
add_executable(crud-exe src/App.cpp src/db/UserDb.hpp)
56+
add_executable(crud-exe src/App.cpp)
5757
target_link_libraries(crud-exe crud-lib)
5858

5959
add_executable(crud-test

0 commit comments

Comments
 (0)