Lines Matching refs:build
7 # Disable test discovery after build.
8 # By default, `gtest_discover_tests()` add a post-build step to run test executables in order to
9 # discover the test targets. This is problematic in some build environments. (for example: if
59 # Set AEMU_BUILD_CONFIG_NAME to use a custom cmake build script located in
60 # build-config/$AEMU_BUILD_CONFIG_NAME. If AEMU_BUILD_CONFIG_NAME is unset,
61 # it will default to building everything. See build-config/gfxstream/CMakeLists.txt
64 if (NOT EXISTS "${AEMU_COMMON_REPO_ROOT}/build-config/${AEMU_COMMON_BUILD_CONFIG}")
65 message(FATAL_ERROR "build-config/${AEMU_COMMON_BUILD_CONFIG} does not exist")
67 message(STATUS "aemu-common: Using custom build script in \
68 ${AEMU_COMMON_REPO_ROOT}/build-config/${AEMU_COMMON_BUILD_CONFIG}")
69 add_subdirectory(build-config/${AEMU_COMMON_BUILD_CONFIG})