Tizen 2.0 Release
[adaptation/system-plugin-slp.git] / src / CMakeLists.txt
1 INCLUDE(FindPkgConfig)
2 pkg_search_module(libudev REQUIRED libudev)
3 add_executable(with-dev-root-do with-dev-root-do.c)
4 target_link_libraries(with-dev-root-do ${libudev_LIBRARIES})
5 install(PROGRAMS with-dev-root-do DESTINATION /bin)