Updated formatting of documentation plus a little reorganization.
[cmake.git] / Tests / Dependency / Four / CMakeLists.txt
blobba3711fe645b31333fb3a3280f9fef1fb72b36a9
1 ADD_LIBRARY( Four FourSrc.c )
2 TARGET_LINK_LIBRARIES( Four One Two NoDepA )