From 2d8e52e59af27fc68f4ff5b63d1b53e8d6d4c043 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 2 Jun 2022 20:11:29 +0200 Subject: refactor: remove conversion & ctre dependency --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 76a6d5a..7c7c58f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,7 +11,6 @@ endfunction(target_link_libraries_system) file(GLOB SOURCES game_of_life.cpp bootstrap.cpp - conversion.cpp util/color.cpp game/game.cpp game/status_manager.cpp @@ -62,7 +61,6 @@ target_include_directories(${PROJECT_NAME} PRIVATE .) target_link_libraries_system( ${PROJECT_NAME} - ctre fmt::fmt-header-only GSL yacppdic -- cgit v1.2.3-18-g5258