Browse Source

package: add an utility for syncing Find modules.

It took 15 years but I finally got tired of copying them by hand.
pull/659/head
Vladimír Vondruš 1 year ago
parent
commit
2db060fb82
  1. 6
      package/sync-modules.sh

6
package/sync-modules.sh

@ -0,0 +1,6 @@
#!/bin/bash
set -e
dir=$(dirname "$0")
cp $dir/../../corrade/modules/FindCorrade.cmake $dir/../modules/
Loading…
Cancel
Save