Skip to content

Commit

Permalink
[Add]: Database (Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshfeudal committed Sep 13, 2023
1 parent e9b1da7 commit 071b5df
Show file tree
Hide file tree
Showing 17 changed files with 5,560 additions and 1 deletion.
1 change: 0 additions & 1 deletion .env.example

This file was deleted.

3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ if(WIN32)
else()
target_link_libraries(${PROJECT_NAME} PRIVATE "/lib/libdpp.so")

find_package(PostgreSQL REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE PostgreSQL::PostgreSQL)

endif()

add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
Expand Down
Loading

0 comments on commit 071b5df

Please sign in to comment.