CMake: Fix Linux build

This commit is contained in:
Connor McLaughlin 2020-08-02 13:21:16 +10:00
parent ba9ada1100
commit 75156b76af

View file

@ -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")