added more login logic
This commit is contained in:
@@ -78,7 +78,7 @@ add_executable(${TARGET_NAME}
|
||||
|
||||
target_compile_definitions(${TARGET_NAME} PRIVATE APPLICATION_NAME="${TARGET_NAME}")
|
||||
|
||||
target_link_libraries(${TARGET_NAME} pthread sqlite3)
|
||||
target_link_libraries(${TARGET_NAME} pthread sqlite3 sodium)
|
||||
|
||||
# Optional: Print build type at configuration time
|
||||
message(STATUS "Configuring build type: ${CMAKE_BUILD_TYPE}")
|
||||
Reference in New Issue
Block a user