Skip to content

Commit

Permalink
Thanks @PeterBowman
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores authored Aug 9, 2018
1 parent f0830cb commit c8e8482
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions software/programming/cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ target_link_libraries(${PROJECT_NAME} ${EJEMPLO_LIBRARIES}) # Añadimos nombres
```

Nótese que los nombres de las variables no están estandarizados. Una guía más extensa acerca de cómo encontrar librerías puede encontrarse [aquí](https://cmake.org/cmake/help/latest/manual/cmake-developer.7.html#a-sample-find-module).

## Referencias adicionales
- [*CGold: The Hitchhiker’s Guide to the CMake*](https://cgold.readthedocs.io/en/latest/), still WIP.

0 comments on commit c8e8482

Please sign in to comment.