mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 19:02:02 -04:00
8 lines
170 B
CMake
8 lines
170 B
CMake
# OBS CMake Linux Extra CMake Module configuration module
|
|
|
|
include_guard(GLOBAL)
|
|
|
|
find_package(ECM REQUIRED NO_MODULE)
|
|
|
|
list(APPEND CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
|