mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
6 lines
145 B
CMake
6 lines
145 B
CMake
|
|
set(PACK3_VAR ON)
|
|
|
|
add_library(Pack3::Lib INTERFACE IMPORTED)
|
|
set_property(TARGET Pack3::Lib PROPERTY INTERFACE_COMPILE_DEFINITIONS HAVE_PACK3)
|