summaryrefslogtreecommitdiffstats
path: root/razerd/CMakeLists.txt
blob: 0bb0afbbdc5b0a758771d2aa79ee9bb5e39b7e50 (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 bin)
bues.ch cgit interface