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