Skip to content

Commit b199f67

Browse files
committed
admt: Removed unused libraries in CMakeLists
- Removed UI_LIST uses Signed-off-by: John Lloyd Juanillo <[email protected]>
1 parent 3a54cd8 commit b199f67

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

plugins/admt/CMakeLists.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,14 @@ file(
5959
include/${SCOPY_MODULE}/*.h
6060
include/${SCOPY_MODULE}/*.hpp
6161
include/${SCOPY_MODULE}/widgets/*.h
62-
)
63-
file(GLOB UI_LIST ui/*.ui)
62+
)
6463

6564
set(ENABLE_TESTING ON)
6665
if(ENABLE_TESTING)
6766
add_subdirectory(test)
6867
endif()
6968

70-
set(PROJECT_SOURCES ${SRC_LIST} ${HEADER_LIST} ${UI_LIST})
69+
set(PROJECT_SOURCES ${SRC_LIST} ${HEADER_LIST})
7170
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS REQUIRED Widgets Core)
7271

7372
qt_add_resources(PROJECT_RESOURCES res/resources.qrc)
@@ -96,9 +95,7 @@ target_link_libraries(
9695
Qt::Core
9796
scopy-pluginbase
9897
scopy-gui
99-
scopy-iioutil
100-
scopy-gr-util
101-
scopy-iio-widgets
98+
scopy-iioutil
10299
)
103100

104101
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")

0 commit comments

Comments
 (0)