mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Fix path casing for cvar cmake files.
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user