summaryrefslogtreecommitdiffstats
path: root/src/com/craftinginterpreters/tool
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-11-11 21:07:19 -0800
committerGravatar Tom Willemse2020-11-11 21:07:19 -0800
commit09600801287ee5f219c4389688f81ec3b5ab5404 (patch)
treed214e5968641f9373392a2503132e032d37375ec /src/com/craftinginterpreters/tool
parentf6cdbabe1cd74616b2d88cce211bd95f21098b12 (diff)
downloadcrafting-interpreters-09600801287ee5f219c4389688f81ec3b5ab5404.tar.gz
crafting-interpreters-09600801287ee5f219c4389688f81ec3b5ab5404.zip
Split CMake project into several files
Diffstat (limited to 'src/com/craftinginterpreters/tool')
-rw-r--r--src/com/craftinginterpreters/tool/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/craftinginterpreters/tool/CMakeLists.txt b/src/com/craftinginterpreters/tool/CMakeLists.txt
new file mode 100644
index 0000000..b98d2eb
--- /dev/null
+++ b/src/com/craftinginterpreters/tool/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_jar(GenerateAst
+ GenerateAst.java
+ ENTRY_POINT com/craftinginterpreters/tool/GenerateAst)