diff StoneWebViewer/Plugin/CMakeLists.txt @ 1537:de8cf5859e84

removing useless docker-build.sh from the two plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 12:47:59 +0200
parents 3eca4f9c2827
children
line wrap: on
line diff
--- a/StoneWebViewer/Plugin/CMakeLists.txt	Tue Aug 11 10:26:01 2020 +0200
+++ b/StoneWebViewer/Plugin/CMakeLists.txt	Tue Aug 11 12:47:59 2020 +0200
@@ -14,7 +14,7 @@
 
 
 
-set(STONE_BINARIES CACHE PATH "Path to the binaries of the \"../WebAssembly\" folder")
+set(STONE_BINARIES "${CMAKE_SOURCE_DIR}/../../wasm-binaries/StoneWebViewer/" CACHE PATH "Path to the binaries of the \"../WebAssembly\" folder")
 
 # Parameters of the build
 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")