mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-16 18:37:12 +00:00
afa869e1f2
Gives us the install path and FEXInterpreter locations
5 lines
135 B
C
5 lines
135 B
C
#pragma once
|
|
|
|
#define FEX_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
|
|
#define FEXINTERPRETER_PATH FEX_INSTALL_PREFIX "/bin/FEXInterpreter"
|