Skip to content

Commit

Permalink
Generate translations for UIBase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 11, 2024
1 parent ad15c19 commit aa2bc47
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ find_package(Boost REQUIRED CONFIG COMPONENTS thread)
file(GLOB_RECURSE uibase_headers RELATIVE ${CMAKE_CURRENT_LIST_DIR} "${CMAKE_CURRENT_LIST_DIR}/../include/**/*.h")

add_library(uibase SHARED)
mo2_configure_target(uibase WARNINGS ON EXTERNAL_WARNINGS ON TRANSLATIONS OFF)
mo2_configure_target(uibase WARNINGS ON EXTERNAL_WARNINGS ON)
target_sources(uibase
PUBLIC
FILE_SET HEADERS
Expand Down
Loading

0 comments on commit aa2bc47

Please sign in to comment.