#----------------------------------------------------------------------------- # Ubicacion de los lib - Lib location #----------------------------------------------------------------------------- LINK_DIRECTORIES( "C:/Creatis/ToolsOsgiFramework/bin/Debug" "C:/Creatis/ToolBundles/BundleToolbox/bin/bin/Debug" ) #----------------------------------------------------------------------------- # Lista de archivos fuente - Source file list #----------------------------------------------------------------------------- SET(MARACAS_TOOLS_SOURCES "MaracasTools.h" "MaracasTools.cpp" ) #----------------------------------------------------------------------------- # Project MaracasTools in workspace #----------------------------------------------------------------------------- ADD_LIBRARY(MaracasTools ${MARACAS_TOOLS_SOURCES}) #----------------------------------------------------------------------------- # Required libraries (dll o so) #----------------------------------------------------------------------------- TARGET_LINK_LIBRARIES(MaracasTools ToolsOsgiFramework BundleToolbox )