# ──────────────────────────────────────────────────────── # | FastLanes | # ──────────────────────────────────────────────────────── # publications/data_parallelized_encodings/fls_generated/helper/scalar_av_uf1/unpack.cmake # ──────────────────────────────────────────────────────── add_library(helper_scalar_av_1024_uf1_unpack OBJECT helper_scalar_av_1024_uf1_unpack_src.cpp) target_compile_definitions(helper_scalar_av_1024_uf1_unpack 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_unpack PUBLIC ${FLAG}) cmake_print_properties(TARGETS helper_scalar_av_1024_uf1_unpack PROPERTIES COMPILE_DEFINITIONS PROPERTIES COMPILE_OPTIONS) LIST (APPEND FLS_GENERATED_OBJECT_FILES $) get_target_property(TARGET_NAME helper_scalar_av_1024_uf1_unpack NAME) get_target_property(TARGET_COMPILE_OPTIONS helper_scalar_av_1024_uf1_unpack COMPILE_OPTIONS)