feat: Added --pl and --magic command

This commit is contained in:
WerWolv
2023-07-17 10:43:29 +02:00
parent b9ec1a150d
commit a83ca3c228
6 changed files with 61 additions and 6 deletions

View File

@@ -564,6 +564,7 @@ macro(addBundledLibraries)
pkg_search_module(CAPSTONE 4.0.2 REQUIRED capstone)
endif()
set(LIBPL_BUILD_CLI_AS_EXECUTABLE OFF)
add_subdirectory(${EXTERN_LIBS_FOLDER}/pattern_language EXCLUDE_FROM_ALL)
set_target_properties(libpl PROPERTIES POSITION_INDEPENDENT_CODE ON)