Kasper de Bruin
Results
2
issues of
Kasper de Bruin
Update: Cmake to CMAKE Target 23 Fixed: Linking errors, one er two spdlog calls. Removed: #ifdef IMTERM_USE_FMT no just use fmt
cmake_minimum_required(VERSION 3.0.0) project(ImAnim VERSION 1.0.0) # Specify the C++ standard set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED True) set(GLFW_DIR 3rdParty/glfw) # Set this to point to an up-to-date GLFW repo option(GLFW_BUILD_EXAMPLES "Build the GLFW...