mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Respect INTERFACE library property whitelist. Check that a target has type "UTILITY" before querying other properties.
5 lines
124 B
CMake
5 lines
124 B
CMake
include(ExternalProject)
|
|
|
|
add_library(SomeInterface INTERFACE)
|
|
ExternalProject_Add_StepDependencies(SomeInterface step dep)
|