]> Creatis software - FrontAlgorithms.git/blob - lib/CMakeLists.txt
...
[FrontAlgorithms.git] / lib / CMakeLists.txt
1 ## =========================================================================
2 ## @author Leonardo Florez Valencia (florez-l@javeriana.edu.co)
3 ## =========================================================================
4
5 ## -- Build libraries
6 include_directories(
7   ${CMAKE_CURRENT_SOURCE_DIR}
8   ${CMAKE_CURRENT_BINARY_DIR}
9   )
10 subdirs(fpa)
11
12 ## eof - $RCSfile$