Initial commit
This commit is contained in:
14
CMakeLists.txt
Normal file
14
CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# Sets miniumum CMake and C++ Standard version #
|
||||
cmake_minimum_required (VERSION 3.16)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
project(LXC_Project LANGUAGES CXX)
|
||||
|
||||
# Adds the sub-directories of all of the binaries #
|
||||
add_subdirectory(Lexer)
|
||||
|
||||
# The app subdirectory #
|
||||
add_subdirectory(LXC)
|
||||
Reference in New Issue
Block a user