|
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
DirectX_DXERR_LIBRARY (ADVANCED)
linked by target "RenderSystem_Direct3D9" in directory F:/OGRE/OGRE_Source/ogre_src_v1-7-4/RenderSystems/Direct3D9
听网上的人说可以添加DXSDK_DIR环境变量,也可以在Cmake里添加dx的目录,但是我两样都试过了都不行:
|
|