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 6e3c837 commit 974fe05Copy full SHA for 974fe05
CMakeLists.txt
@@ -26,6 +26,7 @@ if (CMAKE_BUILD_TARGET_ARCH STREQUAL "arm64")
26
add_definitions(-D__LP64__)
27
list(APPEND LINUX_PARSER_SOURCES
28
core/core64.c
29
+ core/core32.c
30
core/core_arm64.c
31
core/core_arm.c)
32
elseif(CMAKE_BUILD_TARGET_ARCH STREQUAL "arm")
@@ -38,6 +39,7 @@ elseif(CMAKE_BUILD_TARGET_ARCH STREQUAL "x86_64")
38
39
40
41
42
43
core/core_x86_64.c
44
core/core_x86.c)
45
elseif(CMAKE_BUILD_TARGET_ARCH STREQUAL "x86")
0 commit comments