Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Jul 25, 2023
1 parent 3d61235 commit 1a7878f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#================= Project Setup ==========================

# CMake
cmake_minimum_required(VERSION 3.24.0)
cmake_minimum_required(VERSION 3.24.0...3.26.0)

# Project
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
project(FIL
VERSION 0.6.1.1
VERSION 0.7
LANGUAGES CXX
DESCRIPTION "Flashpoint Importer for Launchers"
)

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

# 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 "d1d6049f53b803ced2f5ec2ddb0a5e1d15af12e6"
REF "v0.5.1"
COMPONENTS
${FIL_QX_COMPONENTS}
)

# Fetch libfp (build and import from source)
include(OB/Fetchlibfp)
ob_fetch_libfp("85d14d3a5cd3a4b4b58d1aff3c54dc6210239133")
ob_fetch_libfp("v0.4.1")

# Fetch CLIFp (build and import from source)
include(OB/FetchCLIFp)
ob_fetch_clifp("76916079cfab7ea16a1cbbacb430fbba6aa5237f")
ob_fetch_clifp("v0.9.5")

# 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 1a7878f

Please sign in to comment.