Explorar el Código

remove unused variables

Sven Czarnian hace 3 años
padre
commit
c7cf982671
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/CMakeLists.txt

+ 0 - 2
src/CMakeLists.txt

@@ -24,8 +24,6 @@ SET(SOURCE_FILES_RES
 ADD_LIBRARY(
     ArrivalMANager SHARED
         ${SOURCE_FILES_RES}
-        ${SOURCE_FILES_UI}
-        ${SOURCE_FILES_UI_ELEMENTS}
         ${SOURCE_FILES}
 )