LibJS: Fix indendation in CMakeLists.txt

This commit is contained in:
Linus Groh 2021-06-02 00:14:53 +01:00
parent 7c0b2eb0f5
commit e5c0dbc0d4
Notes: sideshowbarker 2024-07-18 17:02:04 +09:00

View file

@ -1,9 +1,9 @@
set(SOURCES
AST.cpp
Console.cpp
Heap/CellAllocator.cpp
Heap/BlockAllocator.cpp
Heap/Handle.cpp
Heap/CellAllocator.cpp
Heap/BlockAllocator.cpp
Heap/Handle.cpp
Heap/HeapBlock.cpp
Heap/Heap.cpp
Interpreter.cpp