Add some dependencies

This commit is contained in:
Marlon Beijer
2019-06-25 15:14:21 +02:00
parent 23dd72db5c
commit cd4bfd5c4d
6 changed files with 59 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env sh
# Always pass the CMAKE_TOOLCHAIN_FILE variable to CMake when inside a
# dockcross environment -- the CMAKE_TOOLCHAIN_FILE environmental variable is
# always set in this context
exec /usr/bin/ccmake -DCMAKE_TOOLCHAIN_FILE:FILEPATH=${CMAKE_TOOLCHAIN_FILE} "$@"