From 5e2e129e61020c18e6579c3a4496b15915bdfd9a Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 29 Sep 2021 22:58:07 +0200 Subject: Added Parser dir to cmake tree --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 05fe0f5..8cf8eda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ add_subdirectory(NetEx) add_subdirectory(nGenEx) add_subdirectory(ogg) # is a third-party library. # add_subdirectory(Opcode) # is a third-party library. -# /Parser looks unused. +add_subdirectory(Parser) add_subdirectory(Stars45) # /Starshatter contains VS-related files. add_subdirectory(vorbis) # is a third-party library. -- cgit v1.1