Fix some indentation in CMakeLists

This commit is contained in:
David Sansome 2010-05-05 16:56:35 +00:00
parent a7d9c4d0dc
commit a81d0c55e7
1 changed files with 4 additions and 4 deletions

View File

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