Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Nov 27, 2023
1 parent c6a76a0 commit ac077d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ cmake_minimum_required(VERSION 3.24.0...3.26.0)
# Project
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
project(FIL
VERSION 0.7.3.1
VERSION 0.7.4
LANGUAGES CXX
DESCRIPTION "Flashpoint Importer for Launchers"
)

# Get helper scripts
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FetchOBCMake.cmake)
fetch_ob_cmake("v0.3.3")
fetch_ob_cmake("v0.3.4")

# Initialize project according to standard rules
include(OB/Project)
Expand Down Expand Up @@ -64,18 +64,18 @@ set(FIL_QX_COMPONENTS

include(OB/FetchQx)
ob_fetch_qx(
REF "2bbf83e59b0aadc3891440193892be1a2a19c00e"
REF "v0.5.6"
COMPONENTS
${FIL_QX_COMPONENTS}
)

# Fetch libfp (build and import from source)
include(OB/Fetchlibfp)
ob_fetch_libfp("c903a9eaca5f8cfeb3abc851f075f660d281f46a")
ob_fetch_libfp("v0.5.2")

# Fetch CLIFp (build and import from source)
include(OB/FetchCLIFp)
ob_fetch_clifp("afb63841b5b2f30eb106dbb721886be67a4c5570")
ob_fetch_clifp("v0.9.10")

# TODO: The shared build of this is essentially useless as only the CLIFp executable
# is deployed, which only works if it's statically linked. There isn't a simple way
Expand Down

0 comments on commit ac077d7

Please sign in to comment.