From a3d5e37e923acd2dcc8da4e56916a4feaebcb1ba Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 24 Sep 2024 09:41:40 -0400 Subject: Added missing EOF newlines --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b168f5b..4eef9d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,4 +63,4 @@ add_custom_target(copy_assets ALL COMMENT "Copying folder from ${SRC_DIR} to ${DST_DIR}" ) -add_dependencies(lingo_ap_tracker copy_assets) \ No newline at end of file +add_dependencies(lingo_ap_tracker copy_assets) -- cgit 1.4.1