summaryrefslogtreecommitdiffstats
path: root/TextureLoader
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-10 22:11:29 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-10 22:11:29 +0000
commitb2f89015ef08af5233057e32941f2e9d952cda22 (patch)
tree9822809f7ec68e040f205ffed7afaf406dc0d07f /TextureLoader
parentUpdated cmake lists: enabled link-time code generation for MSVC (diff)
downloadDiligentTools-b2f89015ef08af5233057e32941f2e9d952cda22.tar.gz
DiligentTools-b2f89015ef08af5233057e32941f2e9d952cda22.zip
Updated cmakelists
Diffstat (limited to 'TextureLoader')
-rw-r--r--TextureLoader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TextureLoader/CMakeLists.txt b/TextureLoader/CMakeLists.txt
index 74ecde0..7f8cbd8 100644
--- a/TextureLoader/CMakeLists.txt
+++ b/TextureLoader/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.3)
-project(TextureLoader)
+project(TextureLoader CXX)
set(INCLUDE
include/DDSLoader.h