# ──────────────────────────────────────────────────────── # | FastLanes | # ──────────────────────────────────────────────────────── # publications/data_parallelized_encodings/fls_generated/helper/scalar_av_uf1/pack.cmake # ──────────────────────────────────────────────────────── add_library(helper_scalar_av_1024_uf1_pack OBJECT helper_scalar_av_1024_uf1_pack_src.cpp) target_compile_definitions(helper_scalar_av_1024_uf1_pack PRIVATE IS_SCALAR) set(FLAG -fno-builtin -O3) check_cxx_compiler_flag(${FLAG} HAS_FLAG) if(HAS_FLAG) else() message(STATUS "The flag ${FLAG} is not supported by the current compiler") endif() target_compile_options(helper_scalar_av_1024_uf1_pack PUBLIC ${FLAG}) cmake_print_properties(TARGETS helper_scalar_av_1024_uf1_pack PROPERTIES COMPILE_DEFINITIONS PROPERTIES COMPILE_OPTIONS) LIST(APPEND FLS_GENERATED_OBJECT_FILES $) get_target_property(TARGET_NAME helper_scalar_av_1024_uf1_pack NAME) get_target_property(TARGET_COMPILE_OPTIONS helper_scalar_av_1024_uf1_pack COMPILE_OPTIONS)