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