From 9dcdcf68f6a60741cbdd287e7eda23b4a21a080e Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 19 Feb 2022 13:30:03 -0800 Subject: Fix build errors and update all dependencies to latest version - Fixed doctest executable not compiling - Fixed class accessibility error in Workflow_Main.cpp - Fixed selection of OpenGL loader in imgui OpenGL 2 & 3 backends - All loading is handled in our code now, the imgui_*_backend.cpp files are instructed to do nothing --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f90e4e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# CPLT + +## Build instructions + +Note: install gcc/clang's Objective-C component on your distro if the error `unable to execute cc1objplus` arises: the project buildsystem compiles an empty .mm file on non-MacOS systems. -- cgit v1.2.3-70-g09d2