forked from mirror/openmw-tes3mp
Properly add libunshiled include dir
This commit is contained in:
parent
e604fcf282
commit
0dc08e2983
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ QT4_WRAP_UI(UI_HDRS ${LAUNCHER_UI})
|
|||
include(${QT_USE_FILE})
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||
if(NOT WIN32)
|
||||
include_directories(${LIBUNSHIELD_INCLUDE})
|
||||
include_directories(${LIBUNSHIELD_INCLUDE_DIR})
|
||||
endif(NOT WIN32)
|
||||
|
||||
# Main executable
|
||||
|
|
Loading…
Reference in a new issue