mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-19 18:14:06 -05:00
5 lines
251 B
CMake
Executable File
5 lines
251 B
CMake
Executable File
set_property(TARGET IPSEC::ipsec APPEND PROPERTY IMPORTED_CONFIGURATIONS @INTEL_IPSEC_CONFIGURATION@)
|
|
set_target_properties(IPSEC::ipsec PROPERTIES
|
|
IMPORTED_LOCATION_@INTEL_IPSEC_CONFIGURATION@ "${_IMPORT_PREFIX}/@INTEL_IPSEC_LOCATION@"
|
|
)
|