Skip to content

Commit

Permalink
chore: declare standard version supported by lpac (#81)
Browse files Browse the repository at this point in the history
* chore: declare standard version supported by lpac

Signed-off-by: Coelacanthus <CoelacanthusHex@gmail.com>

* chore: add link to SGP.22 v2.2.2

Co-authored-by: septs <github@septs.pw>

---------

Signed-off-by: Coelacanthus <CoelacanthusHex@gmail.com>
Co-authored-by: septs <github@septs.pw>
  • Loading branch information
CoelacanthusHex and septs authored May 8, 2024
1 parent c52258d commit 8ca9e1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ project (lpac
HOMEPAGE_URL "https://github.com/estkme-group/lpac"
DESCRIPTION "C-based eUICC LPA."
LANGUAGES C)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_STANDARD_REQUIRED ON)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lpac

lpac is a cross-platform local profile agent program.
lpac is a cross-platform local profile agent program, compatible with [SGP.22 version 2.2.2](https://www.gsma.com/solutions-and-impact/technologies/esim/wp-content/uploads/2020/06/SGP.22-v2.2.2.pdf).

Features:

Expand Down
4 changes: 4 additions & 0 deletions documents/DEVELOPERS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Standard

lpac is written with C99 and compatible with [SGP.22 version 2.2.2](https://www.gsma.com/solutions-and-impact/technologies/esim/wp-content/uploads/2020/06/SGP.22-v2.2.2.pdf).

## Compile

### Linux
Expand Down

0 comments on commit 8ca9e1d

Please sign in to comment.