CMake Tutorial EP 9 | find_package modules and config options (2/2 of find libs)

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 29

  • @chuongnguyen4980
    @chuongnguyen4980 3 роки тому +17

    These tutorials are the hidden gems for Cmake learner

  • @shiqiai2881
    @shiqiai2881 4 роки тому +3

    one of the best cmake introduction tutorial.

  • @glacierxs6646
    @glacierxs6646 2 роки тому +1

    Thank you so much! your tutorial is the best CMake tutorial i've ever watched. a lot of thanks!

  • @ankurgoel3
    @ankurgoel3 3 роки тому +4

    Thanks a lot for the tutorial, its really great to learn cmake in short time

  • @karthikgunasekaran7291
    @karthikgunasekaran7291 3 роки тому +4

    Thank you so much !! This cmake series is awesome

  • @glacierxs6646
    @glacierxs6646 2 роки тому

    Thanks!

  • @o.s.8068
    @o.s.8068 9 місяців тому

    thanks for this, I am having difficulties to build a big package with packages compiled with different toolchains. This was I looking similar hints

  • @zhaofei4256
    @zhaofei4256 4 роки тому +1

    Awesome tutorial! Could you make a sample about “Generate Xcode project use Cmake”? Thanks

  • @sjs3460
    @sjs3460 3 роки тому

    I am getting an error in cmake build "link fatal error cannot open file fmt.lib " windows vs code

  • @祝中良
    @祝中良 Рік тому

    Really awesome. Except for some of the videos are not so clear. Thank you very much for your hard and great work.

  • @ramazandemirci971
    @ramazandemirci971 2 роки тому

    great tutorial bro. it helps to me. thanks.

  • @mohamedhussien4013
    @mohamedhussien4013 2 роки тому

    It makes me a little bit confused about the difference between find_library vs find_package but not too bad.

  • @aiNguyen-ck6wv
    @aiNguyen-ck6wv 3 роки тому

    Thank you for making a very helpful Cmake tutorial !
    I have a problem when find_package of GLEW using command: find_package(GLEW CONFIG REQUIRED)
    After run cmake, it have noticed that it have found the path of glew-config.cmake file.
    But when I try using:
    message("Include dirs: ${GLEW_INCLUDE_DIRS}")
    message("Include lib: ${GLEW_LIBRARIES}")
    It did not print any path of Glew include dirs or Glew Lib, I thought after Cmake found the config file it will automatically set the path.
    Did i missunderstand anything, I am newbie at Cmake. Hope you help me more clearly.
    Thank you !

  • @bertuz1983
    @bertuz1983 3 роки тому

    Noob question: what about using conan?

  • @davids91nk
    @davids91nk 3 роки тому +1

    openGL is no longer maintained? I uh. what? I find it hard to comprehend this... what is the successor? Can I just flush down the years I spent on it down the drain?

    • @DoggoYT
      @DoggoYT 3 роки тому

      I think he said GLEW isn't actively maintained. Which if you check the GitHub, the last release was January 2021 and the last push was October 2021. So it is still somewhat maintained.

    • @davids91nk
      @davids91nk 3 роки тому

      @@DoggoYT ah, thanks for clearing that up ! I might have confused some things there ...

    • @HamguyBacon
      @HamguyBacon 2 роки тому

      I think Vulkan

  • @jackkensik7002
    @jackkensik7002 3 роки тому

    thanks for the tutorial!

  • @guardianking9209
    @guardianking9209 3 роки тому

    So confusing. Jumping all over the place.

  • @FroL_Onn
    @FroL_Onn 2 роки тому

    Showing it on Windows led to a lot of "At least on Windows, on linux it will work differently" phrases through out the video. That's terrible!

    • @FroL_Onn
      @FroL_Onn 2 роки тому

      OK, now I came to "On linux" part. That's now much better) Thanks for the tutorials anyway!