From bdc794c87b6da512c17736a5d7b2df421c22596f Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 25 Jun 2025 21:35:54 +1200 Subject: [PATCH] Modify bb64/CMakeLists.txt --- bb64/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bb64/CMakeLists.txt b/bb64/CMakeLists.txt index 3c8b28b..de6859a 100644 --- a/bb64/CMakeLists.txt +++ b/bb64/CMakeLists.txt @@ -16,8 +16,10 @@ set(BUILD_SHARED_LIBS OFF) set(CMAKE_PREFIX_PATH /usr/local) # Create executable -file(GLOB_RECURSE SOURCES "src/*.cpp") -add_executable(${PROJECT_NAME} ${SOURCES}) +add_executable(${PROJECT_NAME} + src/bb64.cpp + src/b64ed.cpp +) # Include directories