From c471d8187f6de3feb899627bfd4296b7081fdf2a Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 22 Jul 2016 21:14:58 +0200 Subject: [PATCH] AssimpViewer: add assimp_viewer.h to CMakeLists.txt --- tools/assimp_view/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/assimp_view/CMakeLists.txt b/tools/assimp_view/CMakeLists.txt index 9c696fd..23e648b 100644 --- a/tools/assimp_view/CMakeLists.txt +++ b/tools/assimp_view/CMakeLists.txt @@ -62,6 +62,7 @@ ADD_EXECUTABLE( assimp_viewer WIN32 Normals.cpp SceneAnimator.cpp Shaders.cpp + assimp_view.h assimp_view.cpp stdafx.cpp assimp_view.rc -- 2.7.4