From 0adfdc0acea8402dbbbc0dfd9eacd913fae1c4a7 Mon Sep 17 00:00:00 2001 From: CPunch Date: Wed, 5 Oct 2022 20:47:23 -0500 Subject: [PATCH] stale comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b04d898..8a07ee6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,9 +89,9 @@ add_subdirectory(tools/vmboxgen) # compile laikalib, tools, cnc & bot add_subdirectory(lib) add_subdirectory(tools) +add_subdirectory(bot) # these subprojects don't support windows (sorry) -add_subdirectory(bot) # windows support Soon:tm: if(NOT WIN32 AND (UNIX AND NOT APPLE)) add_subdirectory(cnc) add_subdirectory(shell)