mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-21 15:50:50 +00:00
Make one more empty target that only carries include paths.
This commit is contained in:
parent
3899680544
commit
fca9b94afd
3 changed files with 14 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
project(dindexer-pq CXX)
|
||||
project(${bare_name}-pq CXX)
|
||||
|
||||
add_library(${PROJECT_NAME} STATIC
|
||||
connection.cpp
|
||||
|
@ -7,5 +7,5 @@ add_library(${PROJECT_NAME} STATIC
|
|||
)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PRIVATE dindexer
|
||||
PRIVATE ${bare_name}-if
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue