[F] DevIL is needed for compilation.

pull/960/head
Alexandr Arutjunov 2016-07-31 15:14:49 +03:00
parent 2d921316ca
commit 7df5e48129
1 changed files with 2 additions and 0 deletions

View File

@ -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}