ups, forgot to add the include args in the other file...
This commit is contained in:
parent
c7bb8fd343
commit
781dd1d939
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ if(ENABLE_FRIBIDI AND FRIBIDI_LIBRARIES)
|
|||
set(editor-external-libs ${editor-external-libs} ${FRIBIDI_LIBRARIES})
|
||||
endif(ENABLE_FRIBIDI AND FRIBIDI_LIBRARIES)
|
||||
|
||||
if(X11_FOUND)
|
||||
include_directories( ${X11_INCLUDE_DIR} )
|
||||
set(game-external-libs ${game-external-libs} ${X11_LIBRARIES})
|
||||
endif(X11_FOUND)
|
||||
#
|
||||
# Create targets for revision.hpp
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue