Per-configuration Build Products Path (CONFIGURATION_BUILD_DIR) The base path where build products will be placed during a build for a given configuration. By default, this is set to(BUILDDIR)/(CONFIGURATION). Per-configuration Intermediate Build Files Path (CONFIGURATION_TEMP_DIR) The base path ...
8 9 message(STATUS "objective project, binary dir: " ${PROJECT_BINARY_DIR}) 9 10 message(STATUS "objective project, il2cpp source dir: " ${PROJECT_SOURCE_DIR}) @@ -16,15 +17,15 @@ if (NOT CLANG_EXECUTABLE) 16 17 endif() 17 18 18 19 19 - set(CMAKE_OSX_SYSROOT /App...
target_compile_options(fuzz-ReadAnimatedImage PUBLIC -fsanitize=fuzzer,address -O3) target_include_directories(fuzz-ReadAnimatedImage PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/src) target_include_directories(fuzz-ReadAnimatedImage PRIVATE ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}) target_in...
Setting this value to (BUILDDIR)/(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) will ensure that Interface Builder will load frameworks and plug-ins from the built products directory of the current build configuration. Plug-Ins (IBC_PLUGINS) A list of paths to Interface Builder plugins to load when ...
set(IL2CPP_SOURCE_DIR$ENV{HUATUO_IL2CPP_SOURCE_DIR}) 7+ set(SDK_VERSION$ENV{IPHONESIMULATOR_VERSION}) 78 89 message(STATUS"objective project, binary dir: "${PROJECT_BINARY_DIR}) 910 message(STATUS"objective project, il2cpp source dir: "${PROJECT_SOURCE_DIR}) ...
A list of the build variants of the linked binary that will be produced. By default, only the normal variant is produced. Other common values include debug and profile. BUILT_PRODUCTS_DIR Identifies the directory under which all the product’s files can be found. This directory contains either...