From d36ec4670770022c0ec8337f6df4de292ca941db Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 25 Feb 2022 18:13:54 +0100 Subject: build: add ctre library dependency --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 920e275..481d035 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,5 +7,5 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) project(game-of-life CXX) -# add_subdirectory(lib) +add_subdirectory(lib) add_subdirectory(src) -- cgit v1.2.3-18-g5258