cmake: GH1428, Reenable subproject builds
authorMark Lobodzinski <mark@lunarg.com>
Tue, 31 Jan 2017 14:35:19 +0000 (07:35 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Tue, 31 Jan 2017 14:35:19 +0000 (07:35 -0700)
commit0e555ea29c5306a6ce085eb14dcbac605a0e7265
tree99491b1f8bb75596750a79f5caae70b52c66703b
parenta26154680ee443216d7346ea2f44a1205cc251f9
cmake: GH1428, Reenable subproject builds

SCRIPTS dir was defined using CMAKE_SOURCE_DIR which prevented LVL
from building correctly if used as a subproject. Changed to use
CMAKE_CURRENT_SOURCE_DIR.

Change-Id: I201fcfde78b65df80c3c74373a26e4d518770806
CMakeLists.txt