mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-14 18:38:50 -05:00
c5d4812f20
There is no reason to allow these properties to be manipulated by user code. Instead, use the stored visibility on the fileset objects to derive what these properties should contain.
5 lines
114 B
CMake
5 lines
114 B
CMake
enable_language(C)
|
|
|
|
add_library(lib1 STATIC empty.c)
|
|
set_property(TARGET lib1 PROPERTY INTERFACE_HEADER_SETS "a")
|