From 2f4d27438795c561c74288d4b39a399c9e7c7db1 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Thu, 13 Mar 2025 01:51:12 -0700 Subject: [PATCH] fix code style --- cockatrice/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cockatrice/CMakeLists.txt b/cockatrice/CMakeLists.txt index d103801ad..a5ffed4be 100644 --- a/cockatrice/CMakeLists.txt +++ b/cockatrice/CMakeLists.txt @@ -6,10 +6,7 @@ project(Cockatrice VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${ file(GLOB_RECURSE cockatrice_CPP_FILES ${CMAKE_SOURCE_DIR}/cockatrice/src/*.cpp) -set(cockatrice_SOURCES - ${cockatrice_CPP_FILES} - ${VERSION_STRING_CPP} -) +set(cockatrice_SOURCES ${cockatrice_CPP_FILES} ${VERSION_STRING_CPP}) add_subdirectory(sounds) add_subdirectory(themes)