Merge branch 'dev' of ssh://gitlab.repo.digitech.hs-emden-leer.de:2222/link/projekte/ws19/vkvm-new/library into dev

This commit is contained in:
Johannes Theiner 2019-11-13 15:42:17 +01:00
commit 9c0d2e1d13
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)