From 05b11e91921bc051451ab71b534725854bb66a97 Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Thu, 16 Jan 2025 13:58:27 -0600 Subject: [PATCH] responding to PR comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccdbdaa..c112e15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ option(OPEN_ATMOS_ENABLE_TESTS "Build the tests" ON) include(cmake/dependencies.cmake) ################################################################################ -# micm targets and documentation +# project source code add_subdirectory(src)