changing name everywhere to lumina
This commit is contained in:
parent
a70acbdeea
commit
bfa3f7280c
6 changed files with 116 additions and 39 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue