minecraft-pi-reborn/core/CMakeLists.txt

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)