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)