Cleanup, restructuring
This commit is contained in:
parent
fc035bd7a7
commit
eddfeb7bfc
7 changed files with 160 additions and 89 deletions
|
@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.10)
|
|||
|
||||
project(biscuit_interpreter)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
add_executable(biscuit_interpreter src/common.hpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue