Testing imgui/backends headers

This commit is contained in:
Jack Christensen 2024-08-12 17:22:51 -04:00
parent 229616687b
commit f3ebcdd8d5
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ file(GLOB_RECURSE SOURCES
# Add header files # Add header files
file(GLOB_RECURSE HEADERS file(GLOB_RECURSE HEADERS
"${CMAKE_SOURCE_DIR}/include/*.h" "${CMAKE_SOURCE_DIR}/include/*.h",
"${CMAKE_SOURCE_DIR}/imgui/backends/*.h"
) )
# Add shader files # Add shader files