From 6d5844a059e9cd46439f2fe4de994daa9c39b834 Mon Sep 17 00:00:00 2001 From: Hristo Stamenov Date: Wed, 6 Jan 2021 17:06:18 +0200 Subject: [PATCH] Returned the header copy as it was convenient to have the public headers copied. --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 89c807c22..c6076a6a1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -110,8 +110,8 @@ target_include_directories(raylib ${OPENAL_INCLUDE_DIR} ) -# Copy the header files to the build directory -#file(COPY ${raylib_public_headers} DESTINATION ".") +# Copy the header files to the build directory for convenience +file(COPY ${raylib_public_headers} DESTINATION "include") include(InstallConfigurations)