set_source_files_properties(<files> ... [DIRECTORY <dirs> ...] [TARGET_DIRECTORY <targets> ...] PROPERTIES <prop1> <value1> [<prop2> <value2>] ...)
set_source_files_properties(<files> ... [DIRECTORY <dirs> ...] [TARGET_DIRECTORY <targets> ...] PROPERTIES <prop1> <value1> [<prop2> <value2>] ...)
set_source_files_properties(src/TPRegexp.cxx
TARGET_DIRECTORY Core
PROPERTIES COMPILE_DEFINITIONS USE_PCRE2)
set_source_files_properties(${_NBL_TARGET_SOURCES_}
TARGET_DIRECTORY "${_NBL_TARGET_}"
PROPERTIES LANGUAGE "${_NBL_ASM_DIALECT_}"
)
set_source_files_properties(${source_path}
TARGET_DIRECTORY ${target} PROPERTIES
SKIP_AUTOMOC ${skip_automoc}
COMPILE_DEFINITIONS "BATCHED_TEST_NAME=\"${name}\";${arg_DEFINES}")
set_source_files_properties("${_sources_dir}/src/skcms_TransformBaseline.cc"
PROPERTIES COMPILE_OPTIONS "${_common_copts};-Wno-maybe-uninitialized"
TARGET_DIRECTORY ${TARGET_NAME}
)
set_source_files_properties(${RESOURCE_FILES}
TARGET_DIRECTORY isle
PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
set_source_files_properties(
${GAME_COMMON_SRCS}
TARGET_DIRECTORY
client
server
bugfixedapi_amxx
PROPERTIES
SKIP_PRECOMPILE_HEADERS ON
)