mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-19 15:39:46 +00:00
Fix libpqtypes as external project.
Note: due to a bug in cmake/ninja, this change introduces problems when building with ninja. See: https://cmake.org/Bug/view.php?id=15256
This commit is contained in:
parent
d8f3578497
commit
a91e75829f
3 changed files with 40 additions and 21 deletions
|
|
@ -7,7 +7,7 @@ add_library(${PROJECT_NAME} STATIC
|
|||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
PRIVATE ${pqtypes_prefix}/include
|
||||
PRIVATE ${libpqtypes_INCLUDE_DIRS}
|
||||
)
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PRIVATE ${bare_name}-if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue