mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-08 12:19:21 +01:00
fix(Foundation): Correct target_link_libraries to link properly with static build also
This commit is contained in:
@@ -65,7 +65,7 @@ else()
|
|||||||
target_compile_definitions(Foundation PUBLIC UTF8PROC_STATIC)
|
target_compile_definitions(Foundation PUBLIC UTF8PROC_STATIC)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(Foundation PRIVATE V8::DoubleConversion)
|
target_link_libraries(Foundation PRIVATE "$<BUILD_LOCAL_INTERFACE:V8::DoubleConversion>")
|
||||||
|
|
||||||
add_library(Poco::Foundation ALIAS Foundation)
|
add_library(Poco::Foundation ALIAS Foundation)
|
||||||
set_target_properties(Foundation
|
set_target_properties(Foundation
|
||||||
|
|||||||
Reference in New Issue
Block a user