🕹️
Game Engine. hardCORE series
Udemy course / C++PatreonBoostyTelegramYouTube
  • 💻Lectures
    • 00. Promo
    • 01. What is game engine?
    • 02. C++ build process. Preprocessing
      • Preprocessor commands
      • Code
    • 03. C++ build process. Compilation Theory. Assembly
      • Compiler commands
      • Code
    • 04. C++ build process. Compiler optimizations
      • Compiler commands
      • Code
    • 05. C++ build process. Linker. Forward declaration
      • Compiler commands
      • Code
    • 06. C++ build process. Linker. Static and Dynamic libraries. PCH
      • Compiler commands
      • Code
      • Books
    • 07. СMAKE. Day1. Basics
      • CMAKE commands
      • Repository
    • 08. СMAKE. Day2. Libs
      • CMAKE commands
      • Repository
    • 09. Conan. C++ package manager
      • Conan commands
      • Repository
    • 10. Raylib. CMAKE additional topics
      • Repository
    • 11. Doodle Jump Game. Raylib. CMAKE pch and other topics
      • Repository
    • 12. Conan and CMAKE integration. Github workflows
      • Commands
      • Repository
    • 13. Engine. Layout
    • 14. Engine. Logging
    • 15. Engine. Window
    • 16. Engine. Window events. Input
  • Мои курсы
    • 🎮Unreal Engine — полное руководство по разработке на С++
    • 🧪Автоматизация и тестирование в Unreal Engine
    • 🔊Metasounds
    • 🏗️Design patterns
    • 🐍Snake game
    • 🧠OpenAI
  • LifeEXE сообщество
    • Ресурсы
Powered by GitBook
On this page
  1. Lectures

10. Raylib. CMAKE additional topics

PreviousRepositoryNextRepository

Last updated 2 months ago

CMAKE

💻
raylib-games/classics/src/tetris.c at master · raysan5/raylib-gamesGitHub
Simple DirectMedia Layer - Homepage
Logo
Home - Simple and Fast Multimedia Library
Logo
raylibraylib
Logo
Conan.io - the Open Source C and C++ Package Manager for Developers
include_directories — CMake 4.0.0-rc1 Documentation
Logo
Raylib doesn't build with windows.h · Issue #1217 · raysan5/raylibGitHub
add_subdirectory — CMake 4.0.0-rc1 Documentation
Logo
set_target_properties — CMake 4.0.0-rc1 Documentation
Logo
Logo
GitHub - RobLoach/raylib-cpp: C++ Object Oriented Wrapper for raylibGitHub
macro — CMake 4.0.0-rc1 Documentation
Logo
Logo
Logo
Logo
include — CMake 4.0.0-rc1 Documentation
Logo
Page cover image