mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-07 09:48:04 +01:00
fix(cmake): add missing Data define
This commit is contained in:
parent
78234857bf
commit
05645bff15
@ -31,6 +31,9 @@ set_target_properties(Data
|
|||||||
DEFINE_SYMBOL Data_EXPORTS
|
DEFINE_SYMBOL Data_EXPORTS
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (NOT POCO_DATA_NO_SQL_PARSER)
|
||||||
|
target_compile_definitions(Data PUBLIC -DSQLParser_EXPORTS)
|
||||||
|
endif()
|
||||||
target_link_libraries(Data PUBLIC Poco::Foundation)
|
target_link_libraries(Data PUBLIC Poco::Foundation)
|
||||||
target_include_directories(Data
|
target_include_directories(Data
|
||||||
PUBLIC
|
PUBLIC
|
||||||
|
Loading…
Reference in New Issue
Block a user