Skip to content
Snippets Groups Projects
Commit c99fea42 authored by Pep Martí Saumell's avatar Pep Martí Saumell
Browse files

Find CMAKE destination

parent 04fc6205
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
...@@ -56,5 +56,5 @@ INSTALL(TARGETS gnss_utils ...@@ -56,5 +56,5 @@ INSTALL(TARGETS gnss_utils
ARCHIVE DESTINATION lib) ARCHIVE DESTINATION lib)
INSTALL(FILES ${HEADERS} DESTINATION include/gnss_utils) INSTALL(FILES ${HEADERS} DESTINATION include/gnss_utils)
# INSTALL(FILES ../gnss_utils.cmake DESTINATION ${CMAKE_ROOT}/Modules/) # INSTALL(FILES ../gnss_utils.cmake DESTINATION ${CMAKE_ROOT}/Modules/)
INSTALL(FILES ../Findgnss_utils.cmake DESTINATION ${CMAKE_ROOT}/Modules/) INSTALL(FILES ../Findgnss_utils.cmake DESTINATION lib/cmake/${PROJECT_NAME})
ADD_SUBDIRECTORY(examples) ADD_SUBDIRECTORY(examples)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment