test_pie/external/imgui/CMakeLists.txt

4 lines
100 B
CMake
Raw Normal View History

2023-09-14 11:12:02 +02:00
file(GLOB SOURCES ./*.cpp)
file(GLOB HEADERS ./*.h)
add_library(imgui STATIC ${SOURCES} ${HEADERS})