I hereby claim:
- I am mologie on github.
- I am mologie (https://keybase.io/mologie) on keybase.
- I have a public key whose fingerprint is 5F95 21DB 71DE 8EF6 C881 F419 7EB2 F3E5 D1CF 39D1
To claim this, I am signing this object:
# FindWt.cmake | |
# Copyright 2013 Oliver Kuckertz <[email protected]> | |
# Licensed under the MIT license: | |
# http://opensource.org/licenses/MIT | |
# | |
# Please note that this script is NOT interchangeable with Wt's original FindWt.cmake. | |
# | |
# Usage: | |
# FIND_PACKAGE(Wt [REQUIRED] [COMPONENTS ...]) | |
# |
#!/bin/sh | |
# Teeworlds sandboxing script | |
# Oliver Kuckertz <[email protected]>, 2013-10-11, public domain | |
abspath() { | |
echo "$(cd $1; pwd)" | |
} | |
absdirname() { | |
echo "$(abspath $(dirname $1))" | |
} |
I hereby claim:
To claim this, I am signing this object:
# CMake Toolchain file for cross compilation to Alpine 3.7 running on a Raspberry Pi via LLVM. | |
# Dec. 2017, Oliver Kuckertz <[email protected]> | |
# https://mologie.github.io/blog/programming/2017/12/25/cross-compiling-cpp-with-cmake-llvm.html | |
# License: MIT | |
# Where did you create the Alpine sysroot? Oliver has his cross-toolchains in ~/Toolchains. | |
SET(CMAKE_SYSROOT "$ENV{HOME}/Toolchains/sysroots/alpine-armhf") | |
# Where is LLVM/clang installed on your host? These are defaults for common platforms: | |
IF(APPLE) |