mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
5 lines
152 B
CMake
5 lines
152 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/findAttribute.cmake)
|
|
|
|
findAttribute(${test} "RemoveHeadersOnCopy" TRUE)
|
|
findAttribute(${test} "CodeSignOnCopy" FALSE)
|