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 !
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?
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.
These tutorials are the hidden gems for Cmake learner
one of the best cmake introduction tutorial.
Thank you so much! your tutorial is the best CMake tutorial i've ever watched. a lot of thanks!
Glad it helped!
Thanks a lot for the tutorial, its really great to learn cmake in short time
Thank you so much !! This cmake series is awesome
Glad you enjoy it!
Thanks!
Welcome!
thanks for this, I am having difficulties to build a big package with packages compiled with different toolchains. This was I looking similar hints
Awesome tutorial! Could you make a sample about “Generate Xcode project use Cmake”? Thanks
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.
great tutorial bro. it helps to me. thanks.
It makes me a little bit confused about the difference between find_library vs find_package but not too bad.
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 !
Noob question: what about using conan?
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?
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.
@@DoggoYT ah, thanks for clearing that up ! I might have confused some things there ...
I think Vulkan
thanks for the tutorial!
So confusing. Jumping all over the place.
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!
OK, now I came to "On linux" part. That's now much better) Thanks for the tutorials anyway!