Files
Scanning the repository...
Last update 2 years 3 months
by
Stijn Kuipers
FilesDevelopmentEurorack Set 2021Wobbler2Codesimulatordependenciesimgui-sfml | |
---|---|
.. | |
CMakeLists.txt |
CMakeLists.txtmessage(STATUS "Fetching ImGui-SFML...") set(IMGUI_DIR ${imgui_SOURCE_DIR}) set(IMGUI_SFML_FIND_SFML OFF) set(IMGUI_SFML_IMGUI_DEMO ON) set(IMGUI_BIG_INDICES ON) FetchContent_MakeAvailable(imgui-sfml)