Cleanup the project
* Add .cache to gitignore (for the nlohmann::json library) * Fix the project name * Update the readme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.18)
|
||||
set(NAME "hack-assembly")
|
||||
set(NAME "hack-assembler")
|
||||
project(${NAME} CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
Reference in New Issue
Block a user