diff options
| author | Michal Zima <xhire@mujmalysvet.cz> | 2010-06-19 00:26:33 +0200 |
|---|---|---|
| committer | Michal Zima <xhire@mujmalysvet.cz> | 2010-06-19 00:26:33 +0200 |
| commit | d07d9f5f5dcf0bccbba5a53a013ef4032d999957 (patch) | |
| tree | b070b0d283db1f5eaf512bf0a98577beeca5fb04 | |
| parent | ee8542c0263035c434e8c6f5c7822ac1b3f8d1c9 (diff) | |
[CMake] SDL_ttf include dir seemed to be missing
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f1a4282..06eae18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -194,6 +194,7 @@ IF ( NOT BUILD_SERVER ) INCLUDE_DIRECTORIES ( ${SDLIMAGE_INCLUDE_DIRS} ) #pkg_check_modules(SDLTTF REQUIRED SDL_ttf) # WTF NO PkgConfig module?! FIND_PACKAGE ( SDL_ttf REQUIRED ) + INCLUDE_DIRECTORIES ( ${SDLTTF_INCLUDE_DIR} ) IF ( WITH_AUDIO ) pkg_check_modules(SDLMIXER REQUIRED SDL_mixer) INCLUDE_DIRECTORIES ( ${SDLMIXER_INCLUDE_DIRS} ) |