cleaning makefile & cmake

This commit is contained in:
Philippe Teuwen 2020-04-19 10:56:16 +02:00
commit 5f4385986c
17 changed files with 25 additions and 25 deletions

View file

@ -12,4 +12,5 @@ add_library(reveng STATIC
target_compile_definitions(reveng PRIVATE PRESETS)
target_include_directories(reveng PRIVATE .)
target_include_directories(reveng INTERFACE reveng)
target_compile_options(reveng PRIVATE -Wall -Werror -O3)