added SDL
This commit is contained in:
parent
7c0957325f
commit
2b71e3e0d2
8 changed files with 85 additions and 22 deletions
|
@ -1,9 +1,6 @@
|
|||
# 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)
|
||||
cmake_minimum_required (VERSION 3.8)
|
||||
|
||||
project ("NES Emulator")
|
||||
|
||||
# Schließen Sie Unterprojekte ein.
|
||||
add_subdirectory ("vendor/SDL")
|
||||
add_subdirectory ("NES Emulator")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue