]> Creatis software - FrontAlgorithms.git/blob - cmake/FrontAlgorithmsConfig.cmake.in
9b6f14b6f9fc79b8cfc609e1d23994da7c8d664a
[FrontAlgorithms.git] / cmake / FrontAlgorithmsConfig.cmake.in
1 # =========================
2 # -- Include directories --
3 # =========================
4
5 INCLUDE_DIRECTORIES(
6   @PROJECT_SOURCE_DIR@/lib
7   @PROJECT_BINARY_DIR@/lib
8   @CMAKE_INSTALL_PREFIX@/include
9   )
10
11 # =========================
12 # -- Library directories --
13 # =========================
14
15 LINK_DIRECTORIES(
16   @PROJECT_BINARY_DIR@
17   @CMAKE_INSTALL_PREFIX@/bin
18   @CMAKE_INSTALL_PREFIX@/lib
19   )
20
21 # ===================
22 # -- Library names --
23 # ===================
24
25 SET(FrontAlgorithms_LIBRARY FrontAlgorithms)
26
27 ## eof - $RCSfile$