Skip to content
Snippets Groups Projects
Commit 20d40f4a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

patch by Antti: configurable installation directory for frida.ini

parent 67a4840f
No related branches found
No related tags found
No related merge requests found
SET(share_files frida.ini g3.ps wups11a.ps gnuplot-default-symbols.eps)
CONFIGURE_FILE(frida.ini.in frida.ini)
SET(share_files ${CMAKE_CURRENT_BINARY_DIR}/frida.ini g3.ps wups11a.ps gnuplot-default-symbols.eps)
INSTALL(FILES ${share_files} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/frida)
pop($silent=1)
psdir="~/gnew/"
pshead="/usr/local/share/frida/g3.ps"
psdict="/usr/local/share/frida/wups11a.ps"
psgsym="/usr/local/share/frida/gnuplot-default-symbols.eps"
FK01="pv"
FK02="pn"
undef("$silent")
\ No newline at end of file
pop($silent=1)
psdir="~/gnew/"
pshead="${CMAKE_INSTALL_PREFIX}/share/frida/g3.ps"
psdict="${CMAKE_INSTALL_PREFIX}/share/frida/wups11a.ps"
psgsym="${CMAKE_INSTALL_PREFIX}/share/frida/gnuplot-default-symbols.eps"
FK01="pv"
FK02="pn"
undef("$silent")
\ No newline at end of file
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