1
0
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:
David Sansome 2010-05-05 16:56:35 +00:00
parent a7d9c4d0dc
commit a81d0c55e7

View File

@ -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)