mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 20:09:50 +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)
|
endif(WIN32 OR APPLE)
|
||||||
|
|
||||||
add_executable(clementine
|
add_executable(clementine
|
||||||
MACOSX_BUNDLE
|
MACOSX_BUNDLE
|
||||||
WIN32
|
WIN32
|
||||||
${CLEMENTINE-WIN32-RESOURCES}
|
${CLEMENTINE-WIN32-RESOURCES}
|
||||||
main.cpp
|
main.cpp
|
||||||
)
|
)
|
||||||
target_link_libraries(clementine clementine_lib)
|
target_link_libraries(clementine clementine_lib)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user