Skip to content

Commit d45158f

Browse files
author
James Bradbury
authored
copy the javascript and jsui folders on the install target (#59)
* copy the js folder on the install target * correct name for javascript folder * move fluid.plotter.js to the jsui folder
1 parent 63748b7 commit d45158f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ set(MAX_INSTALL_PREFIX "." CACHE PATH "Prefix for assembling max package")
131131
set(FLUID_PACKAGE_NAME "Fluid Corpus Manipulation" CACHE STRING "Name for published package")
132132
set(MAX_PACKAGE_ROOT ${MAX_INSTALL_PREFIX}/${FLUID_PACKAGE_NAME})
133133

134-
foreach(PACKAGE_DIRECTORY examples;extras;help;init;patchers;interfaces)
134+
foreach(PACKAGE_DIRECTORY examples;extras;help;init;patchers;interfaces;javascript;jsui)
135135
install(DIRECTORY ${PACKAGE_DIRECTORY} DESTINATION ${MAX_PACKAGE_ROOT})
136136
endforeach(PACKAGE_DIRECTORY)
137137

File renamed without changes.

0 commit comments

Comments
 (0)