mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
cmake: Fix compiling on Linux
This commit is contained in:
parent
71900e6752
commit
0d3b9bb863
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ else()
|
|||
|
||||
# Find OBS Libraries
|
||||
SET(obsPath "${PATH_OBSStudio}")
|
||||
INCLUDE("${PATH_OBSStudio}/cmake/external/Findlibobs.cmake")
|
||||
INCLUDE("${PATH_OBSStudio}/cmake/external/FindLibobs.cmake")
|
||||
|
||||
# Compiling
|
||||
INCLUDE_DIRECTORIES(
|
||||
|
|
Loading…
Reference in a new issue