mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
add Squirrel Eiserloh's rng, and own helper
This commit is contained in:
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -15,6 +15,8 @@ add_subdirectory("tracy")
|
||||
include("${CMAKE_CURRENT_SOURCE_DIR}/entt.cmake")
|
||||
include("${CMAKE_CURRENT_SOURCE_DIR}/glm.cmake")
|
||||
|
||||
add_subdirectory("SquirrelNoise")
|
||||
|
||||
set(JSON_BuildTests OFF CACHE INTERNAL "")
|
||||
set(JSON_MultipleHeaders ON CACHE INTERNAL "")
|
||||
add_subdirectory("json") # link with "nlohmann_json::nlohmann_json"
|
||||
|
Reference in New Issue
Block a user