mirror of https://github.com/procxx/kepka.git
Rename update.cpp to updater_win.cpp.
This commit is contained in:
parent
8f17fe98e0
commit
fe1aacd37b
|
@ -991,10 +991,10 @@ add_dependencies(Telegram Updater)
|
|||
|
||||
set(updater_sources
|
||||
PRIVATE
|
||||
_other/updater.cpp
|
||||
_other/updater.h
|
||||
_other/updater_win.cpp
|
||||
_other/updater_linux.cpp
|
||||
_other/updater_osx.m
|
||||
_other/updater.h
|
||||
)
|
||||
nice_target_sources(Updater ${src_loc} "${updater_sources}")
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
'<(src_loc)',
|
||||
],
|
||||
'sources': [
|
||||
'<(src_loc)/_other/updater.cpp',
|
||||
'<(src_loc)/_other/updater_win.cpp',
|
||||
'<(src_loc)/_other/updater.h',
|
||||
'<(src_loc)/_other/updater_linux.cpp',
|
||||
'<(src_loc)/_other/updater_osx.m',
|
||||
|
@ -49,7 +49,7 @@
|
|||
}],
|
||||
[ '"<(build_win)" != "1"', {
|
||||
'sources!': [
|
||||
'<(src_loc)/_other/updater.cpp',
|
||||
'<(src_loc)/_other/updater_win.cpp',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue