minecraft-pi-reborn/launcher/CMakeLists.txt
TheBrokenRail 0ccc05ad90
Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
Fixes
2021-01-27 16:26:19 -05:00

11 lines
193 B
CMake

cmake_minimum_required(VERSION 3.1.0)
project(launcher)
add_compile_options(-Wall -Wextra -Werror)
add_executable(launcher src/launcher.c)
# Install
install(TARGETS launcher DESTINATION /)