Skip to content

Commit

Permalink
Quick fix source/CmakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikpalatynski committed Feb 8, 2024
1 parent ac32571 commit 793aee2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ include_directories(${OPENSSL_INCLUDE_DIR})
add_executable(passwordManager main.cpp PasswordManager.cpp)

target_include_directories(sqlite3 PUBLIC ../lib)
target_link_libraries(passwordManager PRIVATE sqlite3)
target_link_libraries(passwordManager PRIVATE sqlite3 ${OPENSSL_LIBRARIES})

add_subdirectory(test)
add_subdirectory(DataBase)

target_link_libraries(passwordManager ${OPENSSL_LIBRARIES})

0 comments on commit 793aee2

Please sign in to comment.