mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-05 11:47:53 +01:00
abs path for localizations
This commit is contained in:
parent
65d59eb70c
commit
afb40c9f0a
@ -1,5 +1,5 @@
|
|||||||
# Collect all .ts files.
|
# Collect all .ts files.
|
||||||
FILE(GLOB TS_FILES *.ts)
|
FILE(GLOB TS_FILES ${CMAKE_CURRENT_SOURCE_DIR}/*.ts)
|
||||||
|
|
||||||
set_source_files_properties(${TS_FILES} PROPERTIES OUTPUT_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}")
|
set_source_files_properties(${TS_FILES} PROPERTIES OUTPUT_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user