minecraft-pi-reborn/core/CMakeLists.txt
TheBrokenRail d3e0310a60
Some checks failed
minecraft-pi-docker/pipeline/head There was a failure building this commit
Remove XVFB From Dedicated Server
2020-10-30 18:25:08 -04:00

11 lines
229 B
CMake

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