~ fixed copy hpp to include

This commit is contained in:
Julian Hinxlage 2019-11-13 13:44:23 +01:00
parent c8569eb3b4
commit 7bc1afd2b5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ add_library(library ${SOURCES} ${HEADERS} src/FontType.cpp)
file(COPY "${CMAKE_SOURCE_DIR}/src/"
DESTINATION "${CMAKE_SOURCE_DIR}/include"
FILES_MATCHING
PATTERN *.h
PATTERN *.hpp
)
set(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/lib)