You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
polkit-tqt/examples/agent/CMakeLists.txt

25 lines
478 B

include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/agent
)
set(polkit_agent_example_SRCS
main.cpp
pkagentexample.cpp
klistener.cpp
)
automoc4(polkit-agent-example polkit_agent_example_SRCS)
add_executable(polkit-agent-example
${polkit_agent_example_SRCS}
)
target_link_libraries(polkit-agent-example
${TQT_TQTCORE_LIBRARY}
${TQT_TQTGUI_LIBRARY}
polkit-tqt-agent-1
polkit-tqt-core-1
)