summaryrefslogtreecommitdiff
path: root/Tests/Dependency/Four/CMakeLists.txt
blob: df0f1624ef856532fce75f0127e60d14fd437918 (plain)
1
2
3
4
5
6
INCLUDE_DIRECTORIES(${Dependency_BINARY_DIR}/Two)
ADD_LIBRARY( Four FourSrc.c )
TARGET_LINK_LIBRARIES( Four One Two NoDepA )

# TwoCustom must build before Four.
ADD_DEPENDENCIES(Four TwoCustom)