Skip to content
Snippets Groups Projects
Commit a2aa2e5f authored by Louis Moureaux's avatar Louis Moureaux
Browse files

Add some convenience env vars to setup.sh

parent 229bd868
No related branches found
No related tags found
1 merge request!34Migration
Pipeline #7589978 failed
# Technically needed
export PATH=@CMAKE_INSTALL_FULL_BINDIR@:$PATH
export LD_LIBRARY_PATH=@CMAKE_INSTALL_FULL_LIBDIR@:$LD_LIBRARY_PATH
export PYTHONPATH=@CMAKE_INSTALL_PREFIX@/python:$PYTHONPATH
export DARWIN_FIRE_AND_FORGET=@CMAKE_INSTALL_FULL_LIBDIR@ # TODO use ldd or link statically
# Convenience
export DARWIN_BASE=@CMAKE_SOURCE_DIR@/Darwin
export DARWIN_TABLES=@CMAKE_SOURCE_DIR@/tables
export CORE_BASE=@CMAKE_SOURCE_DIR@/Core
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment