Browse Source

[F] DevIL is needed for compilation.

Alexandr Arutjunov 9 years ago
parent
commit
7df5e48129
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/assimp_qt_viewer/CMakeLists.txt

+ 2 - 0
tools/assimp_qt_viewer/CMakeLists.txt

@@ -1,8 +1,10 @@
 project(assimp_qt_viewer)
+set(PROJECT_VERSION "")
 
 cmake_minimum_required(VERSION 2.6)
 
 find_package(Qt4 REQUIRED)
+find_package(DevIL REQUIRED)
 
 include_directories(
 	${QT_INCLUDES}