Skip to content

Instantly share code, notes, and snippets.

View daudrain's full-sized avatar

David Audrain daudrain

View GitHub Profile
<html>
<body>
<a href="coyote://test">open coyote</a>
</body>
</html>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@daudrain
daudrain / CMakeLists.txt
Created September 21, 2018 20:09 — forked from socantre/CMakeLists.txt
Example of using add_custom_command and add_custom_target together in CMake to handle custom build steps with minimal rebuilding: This example untars library headers for an INTERFACE library target
set(LIBFOO_TAR_HEADERS
"${CMAKE_CURRENT_BINARY_DIR}/include/foo/foo.h"
"${CMAKE_CURRENT_BINARY_DIR}/include/foo/foo_utils.h"
)
add_custom_command(OUTPUT ${LIBFOO_TAR_HEADERS}
COMMAND ${CMAKE_COMMAND} -E tar xzf "${CMAKE_CURRENT_SOURCE_DIR}/libfoo/foo.tar"
COMMAND ${CMAKE_COMMAND} -E touch ${LIBFOO_TAR_HEADERS}
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/include/foo"
DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/libfoo/foo.tar"
@daudrain
daudrain / testoldapp_art_et_metiers_to_charles_michel_12mps.geojson
Last active August 8, 2018 13:51
OMM Art et Métiers to Charles Michel
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@daudrain
daudrain / testmemapp_art_et_metiers_to_charles_michel_12mps.geojson
Last active August 8, 2018 13:50
NMM Art et Métiers to Charles Michel
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@daudrain
daudrain / openssl_awesome.md
Last active April 13, 2018 12:42
Openssl documentation