abs path for localizations
This commit is contained in:
parent
65d59eb70c
commit
afb40c9f0a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue