mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -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
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")
|