We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcffa6 commit db69d03Copy full SHA for db69d03
CMakeLists.txt
@@ -5,7 +5,9 @@ project(postject)
5
6
# Disable unnecessary LIEF options
7
option(LIEF_DOC "Build LIEF docs" OFF)
8
+option(LIEF_C_API "C API" OFF)
9
option(LIEF_PYTHON_API "Build LIEF Python API" OFF)
10
+option(LIEF_ENABLE_JSON "Enable JSON-related APIs" OFF)
11
option(LIEF_EXAMPLES "Build LIEF examples" OFF)
12
option(LIEF_TESTS "Build LIEF tests" OFF)
13
option(LIEF_ART "Build LIEF with ART module" OFF)
0 commit comments