diff options
author | Freeyorp <TheFreeYorp+git@gmail.com> | 2024-06-05 19:20:48 +0000 |
---|---|---|
committer | Freeyorp <TheFreeYorp+git@gmail.com> | 2024-06-05 23:54:33 +0000 |
commit | cf28576707989b398a0c1acf0560d3b89030fe2b (patch) | |
tree | 5349d827000b3652ec3a9918a3999696dce660f4 | |
parent | d076f79ad35fb9b018b4cc21e27460c5c97e6d49 (diff) | |
download | tmwa-cf28576707989b398a0c1acf0560d3b89030fe2b.tar.gz tmwa-cf28576707989b398a0c1acf0560d3b89030fe2b.tar.bz2 tmwa-cf28576707989b398a0c1acf0560d3b89030fe2b.tar.xz tmwa-cf28576707989b398a0c1acf0560d3b89030fe2b.zip |
CMakeLists.txt: Remove dead code, add TODOs
-rw-r--r-- | CMakeLists.txt | 6 |
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. |