|
|
@@ -31,4 +31,8 @@ if(MSVC)
|
|
|
endif()
|
|
|
|
|
|
# Make sure `bsf` dlls are copied to our folders
|
|
|
-install_dll_on_build(Banshee3D ${BSF_DIRECTORY})
|
|
|
+install_dll_on_build(Banshee3D ${BSF_DIRECTORY})
|
|
|
+
|
|
|
+# Make sure 'mono' dlls and other files are copied to our folders
|
|
|
+install_dll_on_build(Banshee3D ${BSF_SOURCE_DIR}/../Dependencies/mono)
|
|
|
+copy_folder_on_build(Banshee3D ${BSF_SOURCE_DIR}/../Dependencies/mono ${PROJECT_BINARY_DIR} bin/Mono "*.*")
|