mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 04:37:09 +08:00
7 lines
221 B
CMake
7 lines
221 B
CMake
add_custom_command(
|
|
TARGET get-graphics-offsets
|
|
POST_BUILD
|
|
COMMAND "${CMAKE_COMMAND}" --build ${CMAKE_SOURCE_DIR}/build_x86 --config $<CONFIG> -t get-graphics-offsets
|
|
COMMENT "Build 32-bit get-graphics-offsets"
|
|
)
|