Returned the header copy as it was convenient to have the public headers copied.

This commit is contained in:
Hristo Stamenov 2021-01-06 17:06:18 +02:00
parent 9954f010c5
commit 6d5844a059

View File

@ -110,8 +110,8 @@ target_include_directories(raylib
${OPENAL_INCLUDE_DIR} ${OPENAL_INCLUDE_DIR}
) )
# Copy the header files to the build directory # Copy the header files to the build directory for convenience
#file(COPY ${raylib_public_headers} DESTINATION ".") file(COPY ${raylib_public_headers} DESTINATION "include")
include(InstallConfigurations) include(InstallConfigurations)