summaryrefslogtreecommitdiff
path: root/compiler/cmake/sample_d3d11.cmake
diff options
context:
space:
mode:
authorJason Maskell <Jason Maskell>2016-07-26 16:21:57 +0700
committerJason Maskell <Jason Maskell>2016-07-26 16:21:57 +0700
commit9d3f79f7e7e68ca9e296368587ab22494ffaf19b (patch)
treeeaa4190d763f6504ba5ba91fe367c937406a2a45 /compiler/cmake/sample_d3d11.cmake
parentModified finders to take Visual Studio platform into account when finding lib... (diff)
downloadwaveworks_archive-9d3f79f7e7e68ca9e296368587ab22494ffaf19b.tar.xz
waveworks_archive-9d3f79f7e7e68ca9e296368587ab22494ffaf19b.zip
Added Packman support - now the GenerateProjects.bat uses Packman to pull dependencies specified in WaveWorksDependencies.xml
Finders of these dependencies are modified to look in the Packman repo.
Diffstat (limited to 'compiler/cmake/sample_d3d11.cmake')
-rw-r--r--compiler/cmake/sample_d3d11.cmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/compiler/cmake/sample_d3d11.cmake b/compiler/cmake/sample_d3d11.cmake
index 96ab6a4..9a0e219 100644
--- a/compiler/cmake/sample_d3d11.cmake
+++ b/compiler/cmake/sample_d3d11.cmake
@@ -2,11 +2,10 @@
# Build sample_d3d11
#
-SET(GW_DEPS_ROOT $ENV{GW_DEPS_ROOT})
-FIND_PACKAGE(DXUT REQUIRED)
-FIND_PACKAGE(FX11 REQUIRED)
-FIND_PACKAGE(DirectXTK REQUIRED)
+FIND_PACKAGE(DXUT 1.0 REQUIRED)
+FIND_PACKAGE(FX11 1.0 REQUIRED)
+FIND_PACKAGE(DirectXTK 1.0 REQUIRED)
FIND_PACKAGE(FXC REQUIRED)
SET(SAMP_SOURCE_DIR ${PROJECT_SOURCE_DIR}/sample/d3d11)