mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 03:45:56 +01:00
Fix some indentation in CMakeLists
This commit is contained in:
parent
a7d9c4d0dc
commit
a81d0c55e7
@ -397,10 +397,10 @@ if(WIN32 OR APPLE)
|
||||
endif(WIN32 OR APPLE)
|
||||
|
||||
add_executable(clementine
|
||||
MACOSX_BUNDLE
|
||||
WIN32
|
||||
${CLEMENTINE-WIN32-RESOURCES}
|
||||
main.cpp
|
||||
MACOSX_BUNDLE
|
||||
WIN32
|
||||
${CLEMENTINE-WIN32-RESOURCES}
|
||||
main.cpp
|
||||
)
|
||||
target_link_libraries(clementine clementine_lib)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user