now searches src too

This commit is contained in:
2026-07-31 11:49:08 +02:00
parent 4d59287f9c
commit bcd9fe91c3
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.24)
project(cppout)
file(GLOB SOURCE_FILES "*.cpp")
file(GLOB SOURCE_FILES "*/*.cpp")
find_package(Curses REQUIRED)
include_directories(${CURSES_INCLUDE_DIR})