From 43ba4181bc5b6f822a1fd6d00e3ebd022d48e830 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 5 Jul 2024 14:00:48 +0100 Subject: [PATCH] CMakeLists.txt : add log.c to the build --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b7c5e2..5ab93ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,7 @@ include_directories( Musashi/ args/src/ inih/ + log.c/src/ external/ qlay/ uthash/src/ @@ -65,6 +66,7 @@ add_executable( external/sdl-ps2.c args/src/args.c inih/ini.c + log.c/src/log.c Musashi/m68kcpu.c Musashi/m68kops.c Musashi/m68kdasm.c