Skip to content
Snippets Groups Projects
Commit 79a7c277 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

ensure header only libs live in the fggl folder

parent 0e34868d
No related branches found
No related tags found
No related merge requests found
target_include_directories( fggl target_include_directories( fggl
PUBLIC PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/public> $<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/public>
$<INSTALL_INTERFACE:include> $<INSTALL_INTERFACE:include/fggl>
) )
# FIXME should be a cleaner way to do this... # FIXME should be a cleaner way to do this...
...@@ -9,12 +9,12 @@ install( ...@@ -9,12 +9,12 @@ install(
FILES FILES
public/glad/glad.h public/glad/glad.h
DESTINATION DESTINATION
${CMAKE_INSTALL_INCLUDEDIR}/glad ${CMAKE_INSTALL_INCLUDEDIR}/fggl/glad
) )
install( install(
FILES FILES
public/KHR/khrplatform.h public/KHR/khrplatform.h
DESTINATION DESTINATION
${CMAKE_INSTALL_INCLUDEDIR}/KHR ${CMAKE_INSTALL_INCLUDEDIR}/fggl/KHR
) )
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