Fix path casing for cvar cmake files.

This commit is contained in:
Malkierian
2026-01-14 19:22:01 -07:00
parent 5e4a5bdcf7
commit 3e42378f44
+2 -2
View File
@@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
project(Ghostship VERSION 1.0.0 LANGUAGES C CXX ASM)
include(FetchContent)
include(CMake/ghostship-cvars.cmake)
include(CMake/lus-cvars.cmake)
include(cmake/ghostship-cvars.cmake)
include(cmake/lus-cvars.cmake)
set(NATO_PHONETIC_ALPHABET
"Alfa" "Bravo" "Charlie" "Delta" "Echo" "Foxtrot" "Golf" "Hotel"