fix code style

This commit is contained in:
RickyRister 2025-03-13 01:51:12 -07:00
parent a58fc8710a
commit 2f4d274387

View file

@ -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) file(GLOB_RECURSE cockatrice_CPP_FILES ${CMAKE_SOURCE_DIR}/cockatrice/src/*.cpp)
set(cockatrice_SOURCES set(cockatrice_SOURCES ${cockatrice_CPP_FILES} ${VERSION_STRING_CPP})
${cockatrice_CPP_FILES}
${VERSION_STRING_CPP}
)
add_subdirectory(sounds) add_subdirectory(sounds)
add_subdirectory(themes) add_subdirectory(themes)