CMake & SDL2: Error I've **never** seen before.

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Vulkan-Headers

    Vulkan header files and API registry

  • cmake_minimum_required(VERSION 3.0.0) project(P2_PR VERSION 0.1.0) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED YES) set(CMAKE_CXX_EXTENSIONS OFF) add_executable(P2_PR main.cpp) find_package(Vulkan QUIET) if(NOT Vulkan_FOUND)     message(FATAL_ERROR "Vulkan not found. Download at https://www.vulkan.org/") endif() find_package(SDL2 REQUIRED) include_directories(${Vulkan_INCLUDE_DIRS}) target_link_libraries(${PROJECT_NAME} ${Vulkan_LIBRARIES} ${GLM_LIBRARIES} SDL2::SDL2)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • DiligentGraphics: Open-source cross-platform rendering middleware

    1 project | news.ycombinator.com | 29 Apr 2024
  • Google's First Tensor Processing Unit: Architecture

    2 projects | news.ycombinator.com | 31 Mar 2024
  • macOS 14.4 causes JVM crashes

    2 projects | news.ycombinator.com | 16 Mar 2024
  • Fedora Workstation 41 to No Longer Install Gnome X.org Session by Default

    3 projects | news.ycombinator.com | 7 Mar 2024
  • Calyx, a Compiler Infrastructure for Accelerator Generators

    2 projects | news.ycombinator.com | 4 Mar 2024