[CMake] understanding build output

Michael Masters mmasters at gmail.com
Sun Aug 3 22:36:32 EDT 2008


I'm trying to figure out the current cmake build in order to get 'make
install' and 'make package' working. I'm still a newbie, although I
have read through some of the tutorials. I was wondering if the output
from this make could help me with getting cpack to work.

mmasters at austin $ make
Scanning dependencies of target Irrlicht
[  0%] Building CXX object
OpenNERO/Irrlicht/CMakeFiles/Irrlicht.dir/COpenGLExtensionHandler.o
Linking CXX shared library ../../build/libIrrlicht.dylib
[ 41%] Built target Irrlicht
[ 56%] Built target RakNet
[ 57%] Built target tinyxml
[ 79%] Built target ode
Linking CXX executable ../build/OpenNERO.app/Contents/MacOS/OpenNERO
added @executable_path/../Libraries/libIrrlicht.dylib
added @executable_path/../Libraries/libpng12.0.dylib
added @executable_path/../Libraries/libjpeg.62.dylib
added @executable_path/../Libraries/libboost_python-mt-1_35.dylib
added @executable_path/../Libraries/libboost_filesystem-mt-1_35.dylib
added @executable_path/../Libraries/libboost_system-mt-1_35.dylib
added @executable_path/../Libraries/libboost_serialization-mt-1_35.dylib
added @executable_path/../Libraries/libboost_date_time-mt-1_35.dylib
[100%] Built target OpenNERO

This was the output from one file getting changed, namely
COpenGLExtensionHandler.cpp. Can someone explain to me how I can use
this information to get cpack working?

Also, I'm looking to get ctest working later on. Will this information
help me accomplish this task also?


-Mike


More information about the CMake mailing list