From a8fe46134f65e8c2c7576c18aad8b6c13d4996e7 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 6 Mar 2023 11:25:14 +0600 Subject: [PATCH] Removed deprecated directories from building --- source/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 09788d7..6279e9e 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -22,6 +22,4 @@ set(LIBRARIES add_executable(ubl-settings-manager ${SOURCE_FILES}) target_link_libraries(ubl-settings-manager ${LIBRARIES}) -file(COPY ui DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) -file(COPY css DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) install(TARGETS ubl-settings-manager DESTINATION bin) \ No newline at end of file