From c8befe7c95b18869f995c4f2cbc2f4cf9c91924f Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Mon, 27 Mar 2023 11:53:41 -0400 Subject: initial commit --- src/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/CMakeLists.txt (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..9dedc42 --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1,5 @@ +add_executable(142bot main.cpp) + +include_directories(include) + +target_link_libraries(142bot clog dpp) -- cgit v1.2.3