Skip to content
Snippets Groups Projects
Commit 3f771cf6 authored by Jim's avatar Jim
Browse files

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
parent 2920369d
No related branches found
No related tags found
No related merge requests found
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment