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

add_executable(razerd
	       razerd.c)

set_target_properties(razerd PROPERTIES
		      COMPILE_FLAGS "-std=gnu99 -Wall")

include_directories("${razer_SOURCE_DIR}/librazer")

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