Skip to content
Snippets Groups Projects
Commit d0a41a17 authored by Monty Brandenberg's avatar Monty Brandenberg
Browse files

OPEN-210 FMOD Ex include confusion. Revert FMODEX.cmake

change from changeset 3d662c2f1aad.  This gave the TPVDs some
grief and was an unfinished attempt at cleanup.
parent 8fa33961
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ if (FMODEX) ...@@ -39,7 +39,7 @@ if (FMODEX)
optimized fmodex) optimized fmodex)
endif (WINDOWS) endif (WINDOWS)
set(FMODEX_LIBRARIES ${FMODEX_LIBRARY}) set(FMODEX_LIBRARIES ${FMODEX_LIBRARY})
set(FMODEX_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/) set(FMODEX_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/fmodex)
endif (FMODEX_LIBRARY AND FMODEX_INCLUDE_DIR) endif (FMODEX_LIBRARY AND FMODEX_INCLUDE_DIR)
endif (STANDALONE) endif (STANDALONE)
endif (FMODEX) endif (FMODEX)
......
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