86Box/86Box
src/mac/CMakeLists.txt
:37
set_source_files_properties(${APP_ICON_MACOSX}
TARGET_DIRECTORY 86Box
PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
set_source_files_properties(${APP_ICON_MACOSX}
TARGET_DIRECTORY 86Box
PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
set_source_files_properties("${_sources_dir}/src/skcms_TransformBaseline.cc"
PROPERTIES COMPILE_OPTIONS "-Wno-maybe-uninitialized"
TARGET_DIRECTORY ${TARGET_NAME}
)
set_source_files_properties("${_sources_dir}/src/skcms_TransformHsw.cc"
PROPERTIES COMPILE_OPTIONS "-march=x86-64;-mavx2;-mf16c"
TARGET_DIRECTORY ${TARGET_NAME}
)
set_source_files_properties("${_sources_dir}/src/skcms_TransformSkx.cc"
PROPERTIES COMPILE_OPTIONS "-march=x86-64;-mavx512f;-mavx512dq;-mavx512cd;-mavx512bw;-mavx512vl"
TARGET_DIRECTORY ${TARGET_NAME}
)
set_source_files_properties("${_sources}"
PROPERTIES COMPILE_OPTIONS "-Wno-psabi"
TARGET_DIRECTORY ${TARGET_NAME})
set_source_files_properties("${CMAKE_CURRENT_BINARY_DIR}/${outname_c}" "${CMAKE_CURRENT_BINARY_DIR}/${outname_h}"
TARGET_DIRECTORY ${target}
PROPERTIES
GENERATED 1
COMPILE_OPTIONS "${cflags}"
INCLUDE_DIRECTORIES "${includes}"
COMPILE_DEFINITIONS "${defs}")
set_source_files_properties(${GNULIB_NAMESPACE_SOURCES} TARGET_DIRECTORY slim PROPERTIES COMPILE_FLAGS "-include config.h -DGNULIB_NAMESPACE=gnulib")
set_source_files_properties(${GNULIB_NAMESPACE_SOURCES} TARGET_DIRECTORY slim eidos PROPERTIES COMPILE_FLAGS "-include config.h -DGNULIB_NAMESPACE=gnulib")
set_source_files_properties(${GNULIB_NAMESPACE_SOURCES} TARGET_DIRECTORY slim eidos SLiMgui PROPERTIES COMPILE_FLAGS "-include config.h -DGNULIB_NAMESPACE=gnulib")
set_source_files_properties(${sources} TARGET_DIRECTORY viskores_cont PROPERTIES LANGUAGE CUDA)
set_source_files_properties(${sources} TARGET_DIRECTORY viskores_cont PROPERTIES LANGUAGE HIP)