mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
fix code style
This commit is contained in:
parent
a58fc8710a
commit
2f4d274387
1 changed files with 1 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue