summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMartmists <martmists@gmail.com>2020-04-10 17:33:55 +0200
committerMartmists <martmists@gmail.com>2020-04-10 17:33:55 +0200
commite3ffd55f2c823b51dfe65a9e8937ba526e0277c8 (patch)
tree97db43ebd0bb98fa37720d0045168a239164097b /CMakeLists.txt
parent7ae853c6c01b8dbadd84c3e2e9950781ff0b35e4 (diff)
Add known structs
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 00000000..00b7c6fe
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,6 @@
+cmake_minimum_required (VERSION 2.8.11)
+project(PokeDiamond)
+
+# TODO: Add commands
+
+add_executable(PokeDiamond main.c) \ No newline at end of file