File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#================= Project Setup ==========================
22
33# CMake
4- cmake_minimum_required (VERSION 3.23.0...3.25 .0)
4+ cmake_minimum_required (VERSION 3.23.0...3.31 .0)
55
66# Project
77# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88project (Stex
9- VERSION 0.5.0.1
9+ VERSION 0.6
1010 LANGUAGES CXX
1111 DESCRIPTION "A tool to pack/unpack Klei TEX format atlases"
1212)
1313
1414# Get helper scripts
1515include (${CMAKE_CURRENT_SOURCE_DIR} /cmake/FetchOBCMake.cmake)
16- fetch_ob_cmake("4640fe55c5ececb736331d5c379a2113760e9236 " )
16+ fetch_ob_cmake("v0.3.10 " )
1717
1818# Initialize project according to standard rules
1919include (OB/Project)
@@ -61,18 +61,18 @@ set(STEX_QX_COMPONENTS
6161# Fetch Qx
6262include (OB/FetchQx)
6363ob_fetch_qx(
64- REF "3f9a0d6f46b5c56e29d31d6e19939c407006adf0 "
64+ REF "v0.6.3 "
6565 COMPONENTS
6666 ${STEX_QX_COMPONENTS}
6767)
6868
6969# Fetch libsquish
7070include (OB/FetchLibSquish)
71- ob_fetch_modern_libsquish("8a6aad970285a536170de9b3fc63735a72674561 " )
71+ ob_fetch_modern_libsquish("1.15.1.3 " )
7272
7373# Fetch etc2comp
7474include (OB/FetchEtc2Comp)
75- ob_fetch_etc2comp("afe20238f7c8033a98128a76d513b482f5ebce94 " )
75+ ob_fetch_etc2comp("v1.0.1 " )
7676
7777# Process Targets
7878set (APP_TARGET_NAME ${PROJECT_NAMESPACE_LC} _${PROJECT_NAMESPACE_LC} )
You can’t perform that action at this time.
0 commit comments