mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
CMake: Fix Linux build
This commit is contained in:
parent
ba9ada1100
commit
75156b76af
|
@ -62,7 +62,8 @@ set(SRCS
|
|||
)
|
||||
|
||||
set(TS_FILES
|
||||
translations/duckstation-qt_pt.ts
|
||||
translations/duckstation-qt_pt-br.ts
|
||||
translations/duckstation-qt_pt-pt.ts
|
||||
)
|
||||
|
||||
set_source_files_properties(${TS_FILES} PROPERTIES OUTPUT_LOCATION "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/translations")
|
||||
|
|
Loading…
Reference in a new issue