diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-10 22:11:29 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-10 22:11:29 +0000 |
| commit | b2f89015ef08af5233057e32941f2e9d952cda22 (patch) | |
| tree | 9822809f7ec68e040f205ffed7afaf406dc0d07f /TextureLoader | |
| parent | Updated cmake lists: enabled link-time code generation for MSVC (diff) | |
| download | DiligentTools-b2f89015ef08af5233057e32941f2e9d952cda22.tar.gz DiligentTools-b2f89015ef08af5233057e32941f2e9d952cda22.zip | |
Updated cmakelists
Diffstat (limited to 'TextureLoader')
| -rw-r--r-- | TextureLoader/CMakeLists.txt | 2 |
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 |
