You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(FATAL_ERROR "In-source builds not allowed. Please make a new directory (e.g. called build) and run CMake from there. You may need to remove CMakeCache.txt.")
endif()
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
include("CMakeUtils.cmake")
project ("Pikzel" VERSION 0.1 DESCRIPTION "Pikzel Interactive App Engine")