mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-22 16:00:50 +00:00
Reorganize source code in directories.
This commit is contained in:
parent
3a67f0ec29
commit
d8be48d2e8
25 changed files with 50 additions and 27 deletions
11
src/pq/CMakeLists.txt
Normal file
11
src/pq/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
project(dindexer-pq CXX)
|
||||
|
||||
add_library(${PROJECT_NAME} STATIC
|
||||
connection.cpp
|
||||
databaseexception.cpp
|
||||
resultset.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PRIVATE dindexer
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue