ENH: set expected failure for tests
[cmake.git] / Tests / Dependency / Three / CMakeLists.txt
blob6b20dcb81628aa8613274fec7eaa42ee782ccf9a
1 ADD_LIBRARY( Three ThreeSrc.c )
2 TARGET_LINK_LIBRARIES( Three One Four )