Menu

#72 [CMake] update for DX9 in assimp_view project

open
nobody
5
2012-04-27
2012-04-26
Transporter
No

There is a small mistake in assimp_view cmake file. On top you add ${DX9_INCLUDE_PATH} before you searched for DirectX. You can do this but then you have to run cmake configure twice. Just move the include command down, so it's working during the first configure process.

Discussion

  • Transporter

    Transporter - 2012-04-27
    • summary: [CMake] DX9 include missing in assimp_view project --> [CMake] update for DX9 in assimp_view project
     
  • Transporter

    Transporter - 2012-04-27

    There are more mistakes in the mentioned cmake file. x64 is not supported. The appended new patch is for full a DX search.

     
  • Transporter

    Transporter - 2012-04-27

    Patch for cmake file

     
  • Transporter

    Transporter - 2012-04-27

    Modified cmake file