1
0
Fork 0
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:
King_DuckZ 2015-12-04 16:30:41 +00:00
parent 3899680544
commit fca9b94afd
3 changed files with 14 additions and 12 deletions

View file

@ -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
)