forked from blue/squawk
5 lines
173 B
CMake
5 lines
173 B
CMake
if (WITH_KIO)
|
|
add_library(openFileManagerWindowJob SHARED openfilemanagerwindowjob.cpp)
|
|
target_link_libraries(openFileManagerWindowJob PRIVATE KF5::KIOWidgets)
|
|
endif ()
|