minecraft-pi-reborn/core/CMakeLists.txt
TheBrokenRail a2b2d6e7c4
Some checks failed
minecraft-pi-docker/pipeline/head There was a failure building this commit
Improve Modding
2020-10-03 16:18:53 -04:00

10 lines
183 B
CMake

cmake_minimum_required(VERSION 3.1.0)
project(core)
add_compile_options(-Wall -Wextra -Werror)
add_library(bcm_host SHARED src/bcm_host.c)
add_executable(launcher src/launcher.c)