Skip to content

Commit

Permalink
Add sleigh tool subdirectory project
Browse files Browse the repository at this point in the history
Could make it easier to build just the tools
  • Loading branch information
ekilmer committed Aug 17, 2022
1 parent 5b51d75 commit d750f4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
cmake_minimum_required(VERSION 3.18)

project(sleigh_tools LANGUAGES NONE)

option(sleigh_BUILD_SPECCOMPILER "Build the sleigh spec compiler executable" ON)
option(sleigh_BUILD_DECOMPILER "Build the decompiler executable" ON)
option(sleigh_BUILD_GHIDRA "Build the Ghidra executable" ON)
Expand Down

0 comments on commit d750f4d

Please sign in to comment.