summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-18 13:53:34 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-18 13:53:34 -0400
commit28b7cf28c73879c406324f14df424fd7f46e9c14 (patch)
treee4616cf2702e62b3dd35f9d65ff4b012d0f02b22 /CMakeLists.txt
parent42efbaf26211b24edc4e31a7ae51948458caef65 (diff)
Implement o2narc; decompile base stats and movelearns to json
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 243b0cca..256485ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,3 +17,8 @@ add_executable(calcrom .travis/calcrom/calcrom.cpp)
target_include_directories(calcrom PRIVATE /usr/local/include)
add_executable(knarc tools/knarc/Source.cpp tools/knarc/Narc.cpp)
+
+add_executable(jsonproc tools/jsonproc/jsonproc.cpp)
+target_include_directories(jsonproc PRIVATE SYSTEM tools/jsonproc)
+
+add_executable(o2narc tools/o2narc/o2narc.cpp)