Testing imgui/backends headers
This commit is contained in:
parent
229616687b
commit
f3ebcdd8d5
|
@ -30,7 +30,8 @@ file(GLOB_RECURSE SOURCES
|
|||
|
||||
# Add header files
|
||||
file(GLOB_RECURSE HEADERS
|
||||
"${CMAKE_SOURCE_DIR}/include/*.h"
|
||||
"${CMAKE_SOURCE_DIR}/include/*.h",
|
||||
"${CMAKE_SOURCE_DIR}/imgui/backends/*.h"
|
||||
)
|
||||
|
||||
# Add shader files
|
||||
|
|
Loading…
Reference in New Issue