Initial commit
This commit is contained in:
commit
5aa8a64871
11 changed files with 243 additions and 0 deletions
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
# CMakeList.txt: CMake-Projektdatei der obersten Ebene. Führen Sie hier die globale Konfiguration aus,
|
||||
# und schließen Sie Unterprojekte ein.
|
||||
#
|
||||
cmake_minimum_required (VERSION 3.8)
|
||||
|
||||
project ("NES Emulator")
|
||||
|
||||
# Schließen Sie Unterprojekte ein.
|
||||
add_subdirectory ("NES Emulator")
|
Loading…
Add table
Add a link
Reference in a new issue