mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-11 23:00:24 +08:00
fix: 32bit be decoding
This commit is contained in:
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
|
||||
if (POLICY CMP0048)
|
||||
cmake_policy(SET CMP0048 NEW)
|
||||
endif (POLICY CMP0048)
|
||||
project(base16384 VERSION 2.2.3)
|
||||
project(base16384 VERSION 2.2.4)
|
||||
|
||||
add_executable(base16384_b base16384.c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user