mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
7 lines
200 B
CMake
7 lines
200 B
CMake
add_custom_command(
|
|
TARGET inject-helper
|
|
POST_BUILD
|
|
COMMAND "${CMAKE_COMMAND}" --build ${CMAKE_SOURCE_DIR}/build_x86 --config $<CONFIG> -t inject-helper
|
|
COMMENT "Build 32-bit inject-helper"
|
|
)
|