Skip to content

Commit

Permalink
WIP (Linux fix - Relocatable code)
Browse files Browse the repository at this point in the history
  • Loading branch information
adesutherland committed Oct 8, 2024
1 parent 5847872 commit a9d617f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions decnumber/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.10)

project(ICU C)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

set(CMAKE_C_STANDARD 90)

add_library(decnumber decNumber.h decNumber.c decContext.h decContext.c)
Expand Down

0 comments on commit a9d617f

Please sign in to comment.