summaryrefslogtreecommitdiffstats
path: root/ThirdParty
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-11-11 15:42:14 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-11-11 15:42:14 +0000
commitee177d37df85b982d6c528a7b79e3cd9ca9749d6 (patch)
treedda6c9b0c2a3f2756c08b71ebaca32644dbc9d32 /ThirdParty
parentUpdated HLSL2GLSL converter app (diff)
downloadDiligentTools-ee177d37df85b982d6c528a7b79e3cd9ca9749d6.tar.gz
DiligentTools-ee177d37df85b982d6c528a7b79e3cd9ca9749d6.zip
Moved Native App from master repository
Diffstat (limited to 'ThirdParty')
-rw-r--r--ThirdParty/libjpeg-9a/CMakeLists.txt2
-rw-r--r--ThirdParty/libtiff/CMakeLists.txt2
-rw-r--r--ThirdParty/lpng-1.6.17/CMakeLists.txt2
-rw-r--r--ThirdParty/lua-5.2.3/CMakeLists.txt2
-rw-r--r--ThirdParty/zlib-1.2.8/CMakeLists.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/ThirdParty/libjpeg-9a/CMakeLists.txt b/ThirdParty/libjpeg-9a/CMakeLists.txt
index 983b188..d1efdab 100644
--- a/ThirdParty/libjpeg-9a/CMakeLists.txt
+++ b/ThirdParty/libjpeg-9a/CMakeLists.txt
@@ -85,5 +85,5 @@ source_group("src" FILES ${SOURCE})
source_group("include" FILES ${INCLUDE})
set_target_properties(LibJpeg PROPERTIES
- FOLDER Tools/ThirdParty
+ FOLDER DiligentTools/ThirdParty
) \ No newline at end of file
diff --git a/ThirdParty/libtiff/CMakeLists.txt b/ThirdParty/libtiff/CMakeLists.txt
index 7b5a980..3422f6c 100644
--- a/ThirdParty/libtiff/CMakeLists.txt
+++ b/ThirdParty/libtiff/CMakeLists.txt
@@ -113,5 +113,5 @@ source_group("src" FILES ${SOURCE})
source_group("include" FILES ${INCLUDE})
set_target_properties(LibTiff PROPERTIES
- FOLDER Tools/ThirdParty
+ FOLDER DiligentTools/ThirdParty
)
diff --git a/ThirdParty/lpng-1.6.17/CMakeLists.txt b/ThirdParty/lpng-1.6.17/CMakeLists.txt
index ae4c6f5..03da0de 100644
--- a/ThirdParty/lpng-1.6.17/CMakeLists.txt
+++ b/ThirdParty/lpng-1.6.17/CMakeLists.txt
@@ -59,5 +59,5 @@ source_group("src" FILES ${SOURCE})
source_group("include" FILES ${INCLUDE})
set_target_properties(LibPng PROPERTIES
- FOLDER Tools/ThirdParty
+ FOLDER DiligentTools/ThirdParty
)
diff --git a/ThirdParty/lua-5.2.3/CMakeLists.txt b/ThirdParty/lua-5.2.3/CMakeLists.txt
index 335bf5e..f07b4a3 100644
--- a/ThirdParty/lua-5.2.3/CMakeLists.txt
+++ b/ThirdParty/lua-5.2.3/CMakeLists.txt
@@ -102,5 +102,5 @@ source_group("src" FILES ${SOURCE})
source_group("include" FILES ${INCLUDE})
set_target_properties(Lua PROPERTIES
- FOLDER Tools/ThirdParty
+ FOLDER DiligentTools/ThirdParty
) \ No newline at end of file
diff --git a/ThirdParty/zlib-1.2.8/CMakeLists.txt b/ThirdParty/zlib-1.2.8/CMakeLists.txt
index 338328c..ce4b208 100644
--- a/ThirdParty/zlib-1.2.8/CMakeLists.txt
+++ b/ThirdParty/zlib-1.2.8/CMakeLists.txt
@@ -62,5 +62,5 @@ source_group("src" FILES ${SOURCE})
source_group("include" FILES ${INCLUDE})
set_target_properties(ZLib PROPERTIES
- FOLDER Tools/ThirdParty
+ FOLDER DiligentTools/ThirdParty
)