mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-14 09:26:24 +00:00
thx to cmake policy CMP0020 we dont need that hack anymore
This commit is contained in:
parent
4e5429742c
commit
0fc53dc24e
@ -10,10 +10,6 @@ if(WITH_SNORE_DEAMON)
|
||||
target_link_libraries( snorenotify ${KDE4_KDEUI_LIBS} )
|
||||
endif(KDE4_FOUND)
|
||||
|
||||
if(MSVC)
|
||||
set_target_properties(snorenotify PROPERTIES LINK_FLAGS "/ENTRY:\"mainCRTStartup\"")
|
||||
endif(MSVC)
|
||||
|
||||
add_dependencies(snorenotify snorecore)
|
||||
|
||||
install(TARGETS snorenotify RUNTIME DESTINATION bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user