mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +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
|
||||
)
|
||||
|
||||
if (NOT POCO_DATA_NO_SQL_PARSER)
|
||||
target_compile_definitions(Data PUBLIC -DSQLParser_EXPORTS)
|
||||
endif()
|
||||
target_link_libraries(Data PUBLIC Poco::Foundation)
|
||||
target_include_directories(Data
|
||||
PUBLIC
|
||||
|
Loading…
Reference in New Issue
Block a user