From 09600801287ee5f219c4389688f81ec3b5ab5404 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 11 Nov 2020 21:07:19 -0800 Subject: Split CMake project into several files --- src/com/craftinginterpreters/tool/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/com/craftinginterpreters/tool/CMakeLists.txt (limited to 'src/com/craftinginterpreters/tool/CMakeLists.txt') 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) -- cgit v1.2.3-54-g00ecf