mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
JSSpecCompiler: Make it compile and dump AST created from stdin input
This commit is contained in:
parent
db0a03d1fb
commit
66f4cdba85
3 changed files with 53 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
add_subdirectory(GMLCompiler)
|
||||
add_subdirectory(IPCCompiler)
|
||||
if (BUILD_LAGOM)
|
||||
add_subdirectory(JSSpecCompiler)
|
||||
endif()
|
||||
add_subdirectory(LibEDID)
|
||||
add_subdirectory(LibGL)
|
||||
add_subdirectory(LibLocale)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue