-
Notifications
You must be signed in to change notification settings - Fork 1
CMake
-
https://fedetft.wordpress.com/2009/09/16/first-steps-with-cmake/ // https://fedetft.wordpress.com/2009/12/21/cmake-part-2-compiler-flags/ // https://fedetft.wordpress.com/2010/03/07/cmake-part-3-finding-libraries/
-
http://servicio.uca.es/softwarelibre/publicaciones/cmake-material.pdf
-
https://www.johnlamp.net/cmake-tutorial-1-getting-started.html
- Sobre librerías Estáticas y Dinámicas: http://asrob.uc3m.es/index.php/Librer%C3%ADas_Est%C3%A1ticas_y_Din%C3%A1micas
- Enlazado de librerías: http://crysol.org/es/node/1346
- Uso de find_package y find_library: http://stackoverflow.com/questions/20746936/cmake-of-what-use-is-find-package-if-you-need-to-specify-cmake-module-path-an
- Variables útiles:http://www.cmake.org/Wiki/CMake_Useful_Variables
- Features para el compilador de C++: http://www.cmake.org/cmake/help/v3.1/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.html
-
Creando comandos bash dentro de CMake: http://stackoverflow.com/questions/25687890/running-a-bash-command-via-cmake http://www.cmake.org/cmake/help/v3.0/command/execute_process.html
-
Chequear si un programa se encuentra instalado https://gist.github.com/JamieMason/4761049 http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script http://stackoverflow.com/questions/1298066/check-if-a-package-is-installed-and-then-install-it-if-its-not http://www.servercobra.com/bash-check-if-package-is-installed/
Facultad de Ingeniería - Universidad de Buenos Aires