Skip to content
Snippets Groups Projects
Commit 12754762 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Cmake/src: update formatting

parent e081cc69
No related branches found
No related tags found
No related merge requests found
...@@ -97,10 +97,9 @@ if(ENABLE_UPDATER) ...@@ -97,10 +97,9 @@ if(ENABLE_UPDATER)
updater/updatefunctions.cpp updater/updatefunctions.cpp
updater/tupdateitem.cpp updater/tupdateitem.cpp
) )
else()
else(ENABLE_UPDATER)
message(STATUS "check for updates\t\t FALSE") message(STATUS "check for updates\t\t FALSE")
endif(ENABLE_UPDATER) endif()
if(MINGW) if(MINGW)
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/nootico.o add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/nootico.o
...@@ -108,8 +107,7 @@ if(MINGW) ...@@ -108,8 +107,7 @@ if(MINGW)
-o ${CMAKE_CURRENT_BINARY_DIR}/nootico.o ) -o ${CMAKE_CURRENT_BINARY_DIR}/nootico.o )
set(NOOTKA_SRCS ${NOOTKA_SRCS} ${CMAKE_CURRENT_BINARY_DIR}/nootico.o) set(NOOTKA_SRCS ${NOOTKA_SRCS} ${CMAKE_CURRENT_BINARY_DIR}/nootico.o)
set(NOOTKA_EXE_ICON nootico.o) set(NOOTKA_EXE_ICON nootico.o)
endif(MINGW) endif()
qt_add_resources(NOOTKA_SRC nootka.qrc) qt_add_resources(NOOTKA_SRC nootka.qrc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment