summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-09-30 10:48:15 +0200
committerAki <please@ignore.pl>2021-09-30 10:48:15 +0200
commitadb8f1fcf0172c4c4299703efea1d0744d03b5e7 (patch)
treef2424a6514df2ac53fcb86604ffb5075c75df62e /CMakeLists.txt
parent21b5090ea35426c2b322bf05cb1025e6e5cc5742 (diff)
downloadstarshatter-adb8f1fcf0172c4c4299703efea1d0744d03b5e7.zip
starshatter-adb8f1fcf0172c4c4299703efea1d0744d03b5e7.tar.gz
starshatter-adb8f1fcf0172c4c4299703efea1d0744d03b5e7.tar.bz2
Added Opcode to cmake tree
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8cf8eda..7e90c88 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ add_subdirectory(Magic2)
add_subdirectory(NetEx)
add_subdirectory(nGenEx)
add_subdirectory(ogg) # is a third-party library.
-# add_subdirectory(Opcode) # is a third-party library.
+add_subdirectory(Opcode) # is a third-party library.
add_subdirectory(Parser)
add_subdirectory(Stars45)
# /Starshatter contains VS-related files.