2010-08-25 18:14:31 +04:00
|
|
|
INCLUDE_DIRECTORIES(${Dependency_BINARY_DIR}/Two)
|
2002-05-01 22:00:21 +04:00
|
|
|
ADD_LIBRARY( Four FourSrc.c )
|
|
|
|
TARGET_LINK_LIBRARIES( Four One Two NoDepA )
|
|
|
|
|
2010-08-25 18:14:31 +04:00
|
|
|
# TwoCustom must build before Four.
|
|
|
|
ADD_DEPENDENCIES(Four TwoCustom)
|