[F] DevIL is needed for compilation.

This commit is contained in:
Alexandr Arutjunov
2016-07-31 15:14:49 +03:00
parent 2d921316ca
commit 7df5e48129

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}