How embed MoltenVK iOS framework into my project with CMake?


Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1264
    tracyma
    Participant

      when i use

      find_library(
            MoltenVK
            PATHS "$ENV{VK_SDK_PATH}/iOS/MoltenVK.framework"
          )

      it returns “MoltenVK-NOTFOUND”, MoltenVK version is 0.16.1

      #1265
      tracyma
      Participant

        change to full path /Users/myname/workspace/MoltenVK/iOS, it works

        #1271
        Bill Hollings
        Keymaster

          @tracyma

          I’m glad you resolved your issue. Thanks for sharing it here.

          You also may be interested to know that with the new 0.18.0 release of Molten, you can now use MoltenVK as a dynamic library on iOS (and macOS).

          …Bill

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The forum ‘MoltenVK Support’ is closed to new topics and replies.