32bit.cmake 200 B

123456
  1. add_custom_command(
  2. TARGET inject-helper
  3. POST_BUILD
  4. COMMAND "${CMAKE_COMMAND}" --build ${CMAKE_SOURCE_DIR}/build_x86 --config $<CONFIG> -t inject-helper
  5. COMMENT "Build 32-bit inject-helper"
  6. )