2010-11-13 01:00:53 +02:00
|
|
|
INCLUDE_DIRECTORIES(${Dependency_BINARY_DIR}/Two)
|
2008-10-12 18:41:06 +02:00
|
|
|
ADD_LIBRARY( Four FourSrc.c )
|
|
|
|
TARGET_LINK_LIBRARIES( Four One Two NoDepA )
|
|
|
|
|
2010-11-13 01:00:53 +02:00
|
|
|
# TwoCustom must build before Four.
|
|
|
|
ADD_DEPENDENCIES(Four TwoCustom)
|