From 7d0aea621369ac058b5d65d50fa26a12a1789d2b Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 20 Aug 2023 20:13:49 +0200 Subject: [PATCH] updated NOTES.txt --- NOTES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NOTES.txt b/NOTES.txt index 817bd087b..07ea170f9 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -966,6 +966,14 @@ All are snake-case unless otherwise specified. - compile definitions prefix by project eg. TINYORM_, TINYUTILS_ +CMake confusion: +---------------- + +- CMAKE_SOURCE_DIR, PROJECT_SOURCE_DIR, CMAKE_BINARY_DIR, CMAKE_CURRENT_SOURCE_DIR, ... + Look at commit: + cmake added FetchContent support (23d0d904) + + Drop all PostgreSQL tables: ---------------------------