diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a842f5a..f6cef6b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,10 +1,10 @@ add_library(raygui INTERFACE) file(GLOB sources *.h) -set(RAYGUI_HEADERS, ${sources}) +set(RAYGUI_HEADERS ${sources}) install(FILES - ${RAYGUI_HEADERS} DESTINATION include/ + ${RAYGUI_HEADERS} DESTINATION include ) -target_include_directories(raygui INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/) \ No newline at end of file +target_include_directories(raygui INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/)