Skip to content
Snippets Groups Projects
Commit 50b5c8dc authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Install header files in libtcc directory

parent 2ab77743
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ install( ...@@ -15,7 +15,7 @@ install(
TARGETS tcc TARGETS tcc
EXPORT tcc-config # export tcc cmake targets EXPORT tcc-config # export tcc cmake targets
COMPONENT tcc COMPONENT tcc
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}) PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/libtcc)
# Install tcc cmake targets # Install tcc cmake targets
install( install(
EXPORT tcc-config EXPORT tcc-config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment