Added parent CMakeLists.txt
This commit is contained in:
15
CMakeLists.txt
Normal file
15
CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# CMake Specifications -------------------------------------------------------------------------------------------
|
||||||
|
cmake_minimum_required(VERSION 3.10)
|
||||||
|
|
||||||
|
# Yet Another Zelda3 Editor
|
||||||
|
# by scawful
|
||||||
|
project(yaze VERSION 0.01)
|
||||||
|
|
||||||
|
# C++ Standard Specifications ------------------------------------------------------------------------------------
|
||||||
|
set(CMAKE_CXX_STANDARD 20)
|
||||||
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
set(CMAKE_CXX_EXTENSIONS ON)
|
||||||
|
|
||||||
|
# Project Files
|
||||||
|
add_subdirectory(src)
|
||||||
|
add_subdirectory(tests)
|
||||||
Reference in New Issue
Block a user