Compare commits
3 Commits
6e0cc49826
...
5a0dbe9a5a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5a0dbe9a5a | ||
![]() |
c3a12ef7ec | ||
![]() |
ecdc5bcdd0 |
@ -8,6 +8,12 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
# nvim/fleet users (ONLY WORKS WITH MINGW/NINJA BUILDERS)
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# Need this to make FETCHCONTENT_QUIET off
|
||||
if(POLICY CMP0077)
|
||||
cmake_policy(SET CMP0077 NEW)
|
||||
endif()
|
||||
set(FETCHCONTENT_QUIET OFF)
|
||||
|
||||
include(FetchContent)
|
||||
# Dependencies
|
||||
## - Raylib
|
||||
|
Loading…
x
Reference in New Issue
Block a user