lifting-bits / remill

Library for lifting machine code to LLVM bitcode
Apache License 2.0
1.27k stars 143 forks source link

Rework CMake target remill_settings to remill::settings #479

Open ekilmer opened 3 years ago

ekilmer commented 3 years ago

When trying to use remill after it's installed, it is required that the dependent project includes remill_settings in addition to remill after find_package(remill CONFIG REQUIRED). This is required for propagating compiler options that we don't want to repeat in each project.

We want to rename this to remill::settings