e1c6df392b
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)
|