[Jderobot-dev] Empezando Con CMAKE
jgandia
jaimerodriguezgandia en gmail.com
Dom Feb 17 04:10:18 CET 2013
Hola muy buenas.
Estoy empezando con cmake, con un manual que me he descargado de internet.
necesito compilar mi Server.cpp y Printer.cpp ambos tienen estos includes:
#include <Ice/Ice.h>
#include <Printer.h>
he creado el siguiente CMakeLists.txt
cmake_minimum_required(VERSION 2.6)
SET(FILES Server.cpp Printer.cpp)
SET(INCLUDES Printer.h)
ADD_EXECUTABLE(server ${FILES})
INCLUDE_DIRECTORIES({$INCLUDES})
Aunque creo que no es la manera de hacerlo. al realizar el cmake .
funciona todo correctamente, Cuando realizo el make es cuando me dice que no
consigue encontrar la libreria de Printer.h.
¿Como podría hacerlo? ¿ Y como puedo decirle que se instale directamente en
/usr/bin para poder usarlo sin tenerlo en la misma carpetA? Saludos!!!
--
View this message in context: http://jderobot-developer-list.2315034.n4.nabble.com/Empezando-Con-CMAKE-tp4641064.html
Sent from the Jderobot Developer List mailing list archive at Nabble.com.
More information about the Jde-developers
mailing list