commit | b2478989e238894dfce26145a8ea454584e54c0e | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Mon Oct 07 16:17:07 2024 +0200 |
committer | Ronald Cron <ronald.cron@arm.com> | Fri Oct 25 18:09:33 2024 +0200 |
tree | 36e6a4c1ed903b3579b3f031eb298c27e1220eff | |
parent | d77fad25568e22e8d6f96ce93875cd244f832ffe [diff] |
cmake: GNU GCC: Set base compile options target by target Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/programs/fuzz/CMakeLists.txt b/programs/fuzz/CMakeLists.txt index f5358ff..44fff9a 100644 --- a/programs/fuzz/CMakeLists.txt +++ b/programs/fuzz/CMakeLists.txt
@@ -40,6 +40,7 @@ endif() add_executable(${exe} ${exe_sources}) + set_base_compile_options(${exe}) target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../tests/include) if (NOT FUZZINGENGINE_LIB)