Skip to content

Commit

Permalink
CMake: Updated CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcarnie committed Feb 22, 2025
1 parent 44880c4 commit 4849e2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions editor/icons/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ set_abs(GODOT_EDITOR_ICONS_SOURCE ${CMAKE_CURRENT_SOURCE_DIR}
Skeleton3D.svg
SkeletonIK3D.svg
SkeletonModifier3D.svg
SkeletonPreview.svg
Sky.svg
SliderJoint3D.svg
Slot.svg
Expand Down
4 changes: 4 additions & 0 deletions editor/translations/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ generate_file(make_editor_translations "${GODOT_EDITOR_TRANSLATIONS_SOURCE}" "${
# ]]]
set_abs(GODOT_PROPERTIES_TRANSLATIONS_SOURCE ${CMAKE_CURRENT_SOURCE_DIR}
properties/ar.po
properties/cs.po
properties/de.po
properties/es.po
properties/et.po
properties/fa.po
properties/fr.po
properties/ga.po
properties/id.po
Expand All @@ -77,8 +79,10 @@ set_abs(GODOT_PROPERTIES_TRANSLATIONS_SOURCE ${CMAKE_CURRENT_SOURCE_DIR}
properties/pt.po
properties/pt_BR.po
properties/ru.po
properties/ta.po
properties/tr.po
properties/uk.po
properties/vi.po
properties/zh_CN.po
properties/zh_TW.po
)
Expand Down
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ target_sources(tests PRIVATE
core/io/test_ip.h
core/io/test_json.h
core/io/test_json_native.h
core/io/test_logger.h
core/io/test_marshalls.h
core/io/test_packet_peer.h
core/io/test_pck_packer.h
Expand Down

0 comments on commit 4849e2b

Please sign in to comment.