2014-03-05 09:43:14 -08:00
|
|
|
project(win-capture)
|
|
|
|
|
|
|
|
set(win-capture_HEADERS
|
2014-11-10 01:21:50 -08:00
|
|
|
obfuscate.h
|
2014-11-10 01:48:16 -08:00
|
|
|
hook-helpers.h
|
2014-11-19 04:57:13 -08:00
|
|
|
cursor-capture.h
|
2014-11-10 01:53:40 -08:00
|
|
|
graphics-hook-info.h
|
2014-10-17 04:01:18 -07:00
|
|
|
window-helpers.h
|
2014-03-05 09:43:14 -08:00
|
|
|
dc-capture.h)
|
|
|
|
|
|
|
|
set(win-capture_SOURCES
|
|
|
|
dc-capture.c
|
2014-11-10 01:21:50 -08:00
|
|
|
obfuscate.c
|
2014-11-19 04:57:13 -08:00
|
|
|
cursor-capture.c
|
2014-11-10 17:35:02 -08:00
|
|
|
game-capture.c
|
2014-10-17 04:01:18 -07:00
|
|
|
window-helpers.c
|
2014-03-05 09:43:14 -08:00
|
|
|
monitor-capture.c
|
2014-04-07 01:20:36 -07:00
|
|
|
window-capture.c
|
2014-11-10 17:35:02 -08:00
|
|
|
load-graphics-offsets.c
|
2014-12-31 23:59:24 -08:00
|
|
|
duplicator-monitor-capture.c
|
2014-03-05 09:43:14 -08:00
|
|
|
plugin-main.c)
|
|
|
|
|
|
|
|
add_library(win-capture MODULE
|
|
|
|
${win-capture_SOURCES}
|
|
|
|
${win-capture_HEADERS})
|
|
|
|
target_link_libraries(win-capture
|
2014-04-07 01:20:36 -07:00
|
|
|
libobs
|
2014-11-10 17:35:02 -08:00
|
|
|
ipc-util
|
2014-04-07 01:20:36 -07:00
|
|
|
psapi.lib)
|
2014-03-05 09:43:14 -08:00
|
|
|
|
2014-08-19 05:24:59 -07:00
|
|
|
install_obs_plugin_with_data(win-capture data)
|
2014-11-10 14:56:57 -08:00
|
|
|
|
2014-11-10 15:04:40 -08:00
|
|
|
add_subdirectory(graphics-hook)
|
2014-11-10 14:56:57 -08:00
|
|
|
add_subdirectory(get-graphics-offsets)
|
2014-11-10 14:58:49 -08:00
|
|
|
add_subdirectory(inject-helper)
|