mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-18 20:30:33 -05: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)
|