diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-03-05 10:24:23 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-03-05 18:37:30 +0800 |
commit | 927c383a3327a1cc6bf53b8821f32bc58ab445ac (patch) | |
tree | 668718fe07742ece13293a0f588c95df3248c805 | |
parent | b9a69d3c5b6da95c94aaedc40f5420516ec33b2e (diff) | |
download | ledger-927c383a3327a1cc6bf53b8821f32bc58ab445ac.tar.gz ledger-927c383a3327a1cc6bf53b8821f32bc58ab445ac.tar.bz2 ledger-927c383a3327a1cc6bf53b8821f32bc58ab445ac.zip |
Re-add accidentially deleted PROJECT in CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 02f05809..27a4d1de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.0) +PROJECT(ledger) + # Point CMake at any custom modules we may ship list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") include(LedgerVersion) |