build: gh27 Allow builds in paths with spaces
authorKarl Schultz <karl@lunarg.com>
Wed, 28 Sep 2016 00:38:02 +0000 (18:38 -0600)
committerKarl Schultz <karl@lunarg.com>
Thu, 29 Sep 2016 00:12:19 +0000 (18:12 -0600)
commitc4a4553a0eaf14bbddb8bac450543df3d98e2bc0
treeb44875c92e6297567be922171c3ffde344ada593
parent2f818fb3b0f1de0b43948b20b1e07d0d52710def
build: gh27 Allow builds in paths with spaces

Add quotes around shell var expansions in the update_external_sources scripts.

For Windows, remove the cmake directives to add a linker option for the DEF
files.  These were redundant with the DEF files getting added via the
cmake add_library() directive.  They were also causing difficult-to-fix
problems with paths that have spaces in them.

Change-Id: I741bac31bbf27deae59031b6aa916c6ab48383a6
layers/CMakeLists.txt
loader/CMakeLists.txt
update_external_sources.bat
update_external_sources.sh