mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
10 lines
300 B
CMake
10 lines
300 B
CMake
project(get-graphics-offsets)
|
|
|
|
add_executable(get-graphics-offsets)
|
|
target_link_libraries(get-graphics-offsets PRIVATE _get-graphics-offsets)
|
|
|
|
set_target_properties(
|
|
get-graphics-offsets
|
|
PROPERTIES OUTPUT_NAME get-graphics-offsets32 MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>"
|
|
)
|