Skip to content
CMakeLists.txt 149 B
Newer Older
cmake_minimum_required(VERSION 2.6)
project(arbitrateor)

add_executable(arbitrateor main.cpp)

install(TARGETS arbitrateor RUNTIME DESTINATION bin)