diff options
| author | Jason Maskell <Jason Maskell> | 2016-07-26 16:21:57 +0700 |
|---|---|---|
| committer | Jason Maskell <Jason Maskell> | 2016-07-26 16:21:57 +0700 |
| commit | 9d3f79f7e7e68ca9e296368587ab22494ffaf19b (patch) | |
| tree | eaa4190d763f6504ba5ba91fe367c937406a2a45 /compiler/cmake/ServerApp.cmake | |
| parent | Modified finders to take Visual Studio platform into account when finding lib... (diff) | |
| download | waveworks_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/ServerApp.cmake')
| -rw-r--r-- | compiler/cmake/ServerApp.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/cmake/ServerApp.cmake b/compiler/cmake/ServerApp.cmake index 175593a..866fd0d 100644 --- a/compiler/cmake/ServerApp.cmake +++ b/compiler/cmake/ServerApp.cmake @@ -2,7 +2,6 @@ # Build serverapp # -SET(GW_DEPS_ROOT $ENV{GW_DEPS_ROOT}) SET(TEST_SOURCE_DIR ${PROJECT_SOURCE_DIR}/test/serverapp) SET(LIB_SOURCE_DIR ${PROJECT_SOURCE_DIR}/src) |