]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/tools/CMakeLists.txt
4bd1fdcdde0a6a9b110593d8ce9ab472b5ccb7da
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / tools / CMakeLists.txt
1
2
3 #-----------------------------------------------------------------------------
4 # Ubicacion de los lib - Lib location
5 #-----------------------------------------------------------------------------
6 LINK_DIRECTORIES(
7 "C:/Creatis/ToolsOsgiFramework/bin/Debug"
8 "C:/Creatis/ToolBundles/BundleToolbox/bin/bin/Debug"
9 )
10
11 #-----------------------------------------------------------------------------
12 # Lista de archivos fuente - Source file list
13 #-----------------------------------------------------------------------------
14 SET(MARACAS_TOOLS_SOURCES
15     "MaracasTools.h"
16     "MaracasTools.cpp"
17 )
18
19 #-----------------------------------------------------------------------------
20 # Project MaracasTools in workspace
21 #-----------------------------------------------------------------------------
22 ADD_LIBRARY(MaracasTools ${MARACAS_TOOLS_SOURCES})
23
24
25 #-----------------------------------------------------------------------------
26 # Required libraries (dll o so)
27 #-----------------------------------------------------------------------------
28 TARGET_LINK_LIBRARIES(MaracasTools 
29 ToolsOsgiFramework 
30 BundleToolbox
31 )