Skip to content

Commit

Permalink
Set game version identifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
adya committed Jul 30, 2024
1 parent ef90683 commit f90a7e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions SPID/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
cmake_minimum_required(VERSION 3.20)
set(NAME "po3_SpellPerkItemDistributor" CACHE STRING "")
set(VERSION 7.2.0 CACHE STRING "")
set(AE_VERSION 1)
set(VR_VERSION 1)
set(SE_VERSION 1597)
set(AE_VERSION 16)
set(VR_VERSION 1415)

# ---- Options ----

Expand Down Expand Up @@ -53,7 +54,7 @@ else()
set_from_environment(Skyrim64Path)
set(SkyrimPath ${Skyrim64Path})
set(SkyrimVersion "Skyrim SSE")
set(VERSION ${VERSION}.0)
set(VERSION ${VERSION}.${SE_VERSION})
endif()
find_commonlib_path()
message(
Expand Down

0 comments on commit f90a7e3

Please # to comment.