find_program(MCOPY mcopy) if (NOT MCOPY) message(FATAL_ERROR "Missing required tool: mcopy") endif() add_custom_target(build_mkgpt COMMAND ${CMAKE_COMMAND} -E chdir ${CMAKE_SOURCE_DIR} sh build-scripts/build_mkgpt.sh BYPRODUCTS ${CMAKE_SOURCE_DIR}/depend/tools/bin/mkgpt ) add_cust...
Code Search Find more, search less Explore All features Documentation GitHub Skills Blog Solutions By company size Enterprises Small and medium teams Startups Nonprofits By use case DevSecOps DevOps CI/CD View all use cases By industry Healthcare Financial services ...
C:/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/7.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lpthread C:/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/7.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible C:/MinGW/bin/../lib/gcc/x8...
GitHub Advanced Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore All features Documentation GitHub ...
set(CMAKE_C_FLAGS"${CMAKE_C_FLAGS}-static -static-libgcc -Wno-char-subscripts -Wno-long-long") list(APPENDLXW_PRIVATE_COMPILE_DEFINITIONS USE_FILE32API) elseif(MSVC) set(CMAKE_C_FLAGS_DEBUG"${CMAKE_C_FLAGS_DEBUG}/MTd /O0 /Fd${CMAKE_BINARY_DIR}/${PROJECT_NAME}.pdb") ...