changing name everywhere to lumina

This commit is contained in:
Chris Cochrun 2023-08-25 12:07:28 -05:00
parent a70acbdeea
commit bfa3f7280c
6 changed files with 116 additions and 39 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(presenter)
project(lumina)
set(APP_NAME ${PROJECT_NAME})
include(FeatureSummary)
@ -59,7 +59,7 @@ if(NOT Corrosion_FOUND)
endif()
add_subdirectory(src)
set(CRATE libre-presenter)
set(CRATE liblumina)
# Corrosion creates a CMake target with the same name as the crate.
corrosion_import_crate(MANIFEST_PATH Cargo.toml CRATES ${CRATE})