From 4964a3992ecc60ecde0870993b2c9703de60f576 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Fri, 28 Aug 2020 09:29:12 +0300 Subject: [PATCH] Remove obsolete explicit libs list --- libs/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libs/CMakeLists.txt b/libs/CMakeLists.txt index f4ae5d89..05ade462 100644 --- a/libs/CMakeLists.txt +++ b/libs/CMakeLists.txt @@ -1,11 +1,3 @@ -set(PSEMEK_LIBRARIES - util - geom - cg - pcg - gfx -) - file(GLOB PSEMEK_LIBRARIES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}/*") list(REMOVE_ITEM PSEMEK_LIBRARIES "CMakeLists.txt")