summaryrefslogtreecommitdiffstats
path: root/razerd/CMakeLists.txt
blob: a29dd1602ac6f796a73ca4d02171d600b49482c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
include(${razer_SOURCE_DIR}/scripts/cmake.global)

add_executable(razerd
	       razerd.c)

set_target_properties(razerd PROPERTIES COMPILE_FLAGS ${GENERIC_COMPILE_FLAGS})

include_directories("${razer_SOURCE_DIR}/librazer")

target_link_libraries(razerd razer)
install(TARGETS razerd DESTINATION sbin)
bues.ch cgit interface