Add Qt5 to includes (caused issues with debian) *
* Not entirely sure if this will fix it, johnnypatterson claimed it would, but this checked out on my mac so at the very least I don't think it should hurt anything
This commit is contained in:
parent
2920369daf
commit
3f771cf631
@ -1,6 +1,6 @@
|
||||
project(obs)
|
||||
|
||||
include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/libobs")
|
||||
include_directories(SYSTEM Qt5 "${CMAKE_SOURCE_DIR}/libobs")
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
set(_lib_suffix 64)
|
||||
|
Loading…
x
Reference in New Issue
Block a user