CMake/Tests/RunCMake/ExternalProject/Add_StepDependencies_iface.cmake
Brad King e1c6df392b ExternalProject: Allow dependencies on INTERFACE libraries
Respect INTERFACE library property whitelist.  Check that a target has
type "UTILITY" before querying other properties.
2015-04-22 08:48:52 -04:00

5 lines
124 B
CMake

include(ExternalProject)
add_library(SomeInterface INTERFACE)
ExternalProject_Add_StepDependencies(SomeInterface step dep)