5 lines
153 B
CMake
5 lines
153 B
CMake
|
include(${CMAKE_CURRENT_LIST_DIR}/findAttribute.cmake)
|
||
|
|
||
|
findAttribute(${test} "RemoveHeadersOnCopy" FALSE)
|
||
|
findAttribute(${test} "CodeSignOnCopy" FALSE)
|