abs path for localizations

This commit is contained in:
Martin Rotter 2022-02-01 08:19:52 +01:00
parent 65d59eb70c
commit afb40c9f0a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# 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}")