mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
JSSpecCompiler: Parse arbitrarily large rational numbers in xspec mode
This commit is contained in:
parent
2a2e31f2ed
commit
86d54a8684
9 changed files with 64 additions and 8 deletions
|
@ -21,6 +21,6 @@ set(SOURCES
|
|||
main.cpp
|
||||
)
|
||||
|
||||
lagom_tool(JSSpecCompiler LIBS LibCpp LibMain LibXML)
|
||||
lagom_tool(JSSpecCompiler LIBS LibCpp LibMain LibXML LibCrypto)
|
||||
target_include_directories(JSSpecCompiler PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_compile_options(JSSpecCompiler PRIVATE -Wno-missing-field-initializers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue