• Anton Gorenko's avatar
    Cleanup Cmake scripts for HIP platform · aca24d5f
    Anton Gorenko authored
    * Remove setting of link libraries, include and link dirs and compile
      flags for each target, instead let Cmake deal with them by linking the
      main library to hip::host hiprtc::hiprtc hip::hipfft;
    * Fix: custom command without ADD_CUSTOM_TARGET and ADD_DEPENDENCIES is
      executed for both static and shared targets;
    * Remove IF(APPLE) parts.
    aca24d5f
CMakeLists.txt 18.4 KB