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")