mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15: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
|
# Find OBS Libraries
|
||||||
SET(obsPath "${PATH_OBSStudio}")
|
SET(obsPath "${PATH_OBSStudio}")
|
||||||
INCLUDE("${PATH_OBSStudio}/cmake/external/Findlibobs.cmake")
|
INCLUDE("${PATH_OBSStudio}/cmake/external/FindLibobs.cmake")
|
||||||
|
|
||||||
# Compiling
|
# Compiling
|
||||||
INCLUDE_DIRECTORIES(
|
INCLUDE_DIRECTORIES(
|
||||||
|
|
Loading…
Reference in a new issue