mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
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
104 B
CMake
5 lines
104 B
CMake
enable_language(C)
|
|
|
|
add_library(lib1 STATIC empty.c)
|
|
set_property(TARGET lib1 PROPERTY HEADER_SETS "a")
|