32bit-build.cmake 258 B

123456789
  1. project(inject-helper)
  2. add_executable(inject-helper)
  3. target_link_libraries(inject-helper PRIVATE _inject-helper)
  4. set_target_properties(
  5. inject-helper
  6. PROPERTIES OUTPUT_NAME inject-helper32 MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>"
  7. )