From 6cb4b6673e8e5aa5c0101e179cc7afcdcf07236c Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 1 Feb 2025 08:50:40 +0000 Subject: Initial import --- iDSK/CMakeLists.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 iDSK/CMakeLists.txt (limited to 'iDSK/CMakeLists.txt') diff --git a/iDSK/CMakeLists.txt b/iDSK/CMakeLists.txt new file mode 100644 index 0000000..9e8319e --- /dev/null +++ b/iDSK/CMakeLists.txt @@ -0,0 +1,15 @@ +PROJECT(iDSK) + +add_executable(iDSK + src/Basic.cpp + src/BitmapCPC.cpp + src/Dams.cpp + src/Desass.cpp + src/endianPPC.cpp + src/GestDsk.cpp + src/getopt_pp.cpp + src/Main.cpp + src/Outils.cpp + src/ViewFile.cpp + src/Ascii.cpp +) -- cgit v1.2.3