summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5981636..1f1e254 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -167,8 +167,6 @@ add_executable(tmwa-admin ${admin_SOURCES}
)
target_link_libraries(tmwa-admin tmwa-shared)
-#add_executable(tmwa-test ${strtest_SOURCES})
-#target_link_libraries(tmwa-test tmwa-shared)
+# TODO: Call make -f ${CMAKE_SOURCE_DIR}/generate.mk clean to clean up the
+# generated files. We want this to be run every time we call make clean.
-# Call make -f ${CMAKE_SOURCE_DIR}/generate.mk clean to clean up the generated
-# files. We want this to be run every time we call make clean.