From 1249653b654bca6caaecc407a2128c4f1ccabd52 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 14 Apr 2025 13:32:55 +1000 Subject: Move impl to header single file, fix linking etc --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c5b980..f280ed4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.14) project(root) +set(CMAKE_VERBOSE_MAKEFILE ON) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/build) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) -- cgit v1.2.3