summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-08-01 22:00:59 -0400
committerGitHub <noreply@github.com>2020-08-01 22:00:59 -0400
commit1c91a7f6139c7947cceccb4093f92a4df38ca3c0 (patch)
tree95d4f3955aefd39f8d03cd626c0cb0467b53efa2
parente20d92a8d67f32864eb90439b591f8dfb0b992e4 (diff)
Remove unneeded file from CMake msgenc target
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7638685f..fad3ce6a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,4 +26,4 @@ add_executable(jsonproc tools/jsonproc/jsonproc.cpp)
target_include_directories(jsonproc PRIVATE SYSTEM tools/jsonproc)
add_executable(o2narc tools/o2narc/o2narc.cpp)
-add_executable(msgenc tools/msgenc/msgenc.cpp tools/msgenc/dir_util.cpp)
+add_executable(msgenc tools/msgenc/msgenc.cpp)