CMakeLists.txt & gitignore update

pull/2/head
E. Almqvist 2 years ago
parent e3c8addbc9
commit de028e005f
  1. 13
      .gitignore
  2. 3
      CMakeLists.txt

13
.gitignore vendored

@ -30,3 +30,16 @@
*.exe
*.out
*.app
# CMake
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps

@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.24.2)
project(Hohmann VERSION 1.0)
Loading…
Cancel
Save