Skip to content

Commit

Permalink
cmake: Install hlc_main.c with hl.h and hlc.h (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeMF authored Sep 6, 2024
1 parent d255a90 commit 307d425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ install(
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)
install(
FILES src/hlc_main.c
TYPE INCLUDE
)

# uninstall target
# https://gitlab.kitware.com/cmake/community/wikis/FAQ#can-i-do-make-uninstall-with-cmake
Expand Down

0 comments on commit 307d425

Please sign in to comment.