svkaiser / Doom64EX

Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.
http://doom64ex.wordpress.com/
GNU General Public License v2.0
237 stars 49 forks source link

Use installation directory (CMAKE_INSTALL_PREFIX) in search paths for doom64ex.pk3/doom64.wad #94

Closed MiltosKoutsokeras closed 5 years ago

MiltosKoutsokeras commented 5 years ago

Use a pre-processor definition -DINSTALL_PREFIXin order to pass to the code the installation directory. Then add it to the search paths for __LINUX__ and __OpenBSD__ builds.