mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 18:35:16 +01:00
Blind attempt at fixing the windows release build.
This commit is contained in:
parent
56c8567fc7
commit
b0f49f4660
@ -27,9 +27,9 @@ if(WIN32 AND NOT CMAKE_BUILD_TYPE STREQUAL "Debug" AND NOT ENABLE_WIN32_CONSOLE)
|
||||
endif(WIN32 AND NOT CMAKE_BUILD_TYPE STREQUAL "Debug" AND NOT ENABLE_WIN32_CONSOLE)
|
||||
|
||||
add_executable(clementine-spotifyblob
|
||||
${win32_build_flag}
|
||||
${SOURCES}
|
||||
${MOC}
|
||||
${win32_build_flag}
|
||||
)
|
||||
|
||||
target_link_libraries(clementine-spotifyblob
|
||||
|
Loading…
Reference in New Issue
Block a user