mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
18 lines
381 B
Text
18 lines
381 B
Text
|
add_library(NCContextMenu MODULE
|
||
|
dllmain.cpp
|
||
|
NCClientInterface.cpp
|
||
|
NCContextMenu.cpp
|
||
|
NCContextMenuFactory.cpp
|
||
|
NCContextMenuRegHandler.cpp
|
||
|
NCContextMenu.rc
|
||
|
NCContextMenu.def
|
||
|
)
|
||
|
|
||
|
target_link_libraries(NCContextMenu
|
||
|
NCUtil)
|
||
|
|
||
|
install(TARGETS NCContextMenu
|
||
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||
|
LIBRARY DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||
|
)
|