diff options
| author | rose <47357290+rompse@users.noreply.github.com> | 2021-09-30 16:00:17 -0400 |
|---|---|---|
| committer | rose <47357290+rompse@users.noreply.github.com> | 2021-09-30 16:00:17 -0400 |
| commit | 11b350aa1984cc19a2993fd5a60b5eabe28dc8bc (patch) | |
| tree | 8036264c4670601ef17faa82a75fa1628c23c259 /examples/CMakeLists.txt | |
| parent | ed2115cda93742733ac6f3239947681963be87c8 (diff) | |
Fix CMake recursive subdirectories & triage build
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 4aa55dc8..b2f7e515 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -6,6 +6,7 @@ add_subdirectory(mlil_parser) add_subdirectory(print_syscalls) if(NOT HEADLESS) add_subdirectory(uinotification) + add_subdirectory(triage) endif() if(NOT DEMO AND NOT PERSONAL) add_subdirectory(workflows/inliner) |
