1 set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
3 include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )
13 kde4_add_executable(nmtest TEST ${nmtest_SRCS})
14 kde4_add_executable(nmwatcher TEST ${nmwatcher_SRCS})
15 target_link_libraries(nmwatcher solid_networkmanager_static solidcontrol ${NM-UTIL_LIBRARIES} ${KDE4_KDECORE_LIBS} ${QT_QTDBUS_LIBRARY} ${QT_QTGUI_LIBRARY})
16 target_link_libraries(nmtest solid_networkmanager_static solidcontrol ${NM-UTIL_LIBRARIES} ${KDE4_KDECORE_LIBS} ${QT_QTDBUS_LIBRARY} ${QT_QTGUI_LIBRARY})