Files
Scanning the repository...
Last update 2 years 3 months
by
Stijn Kuipers
FilesDevelopmentEurorack Set 2021Wobbler2Codesimulatordependencies | |
---|---|
.. | |
imgui-sfml | |
sfml | |
CMakeLists.txt |
CMakeLists.txtinclude(FetchContent) FetchContent_Declare( sfml GIT_REPOSITORY "https://github.com/SFML/SFML" GIT_TAG 2f11710abc5aa478503a7ff3f9e654bd2078ebab # 2.5.1 ) add_subdirectory(sfml) FetchContent_Declare( imgui GIT_REPOSITORY https://github.com/ocornut/imgui GIT_TAG 35b1148efb839381b84de9290d9caf0b66ad7d03 ) FetchContent_MakeAvailable(imgui) FetchContent_Declare( imgui-sfml GIT_REPOSITORY https://github.com/eliasdaler/imgui-sfml GIT_TAG 82dc2033e51b8323857c3ae1cf1f458b3a933c35 ) add_subdirectory(imgui-sfml)