mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 13:35:07 +00:00
Fix splitview bundle name
This commit is contained in:
parent
a3985c3406
commit
219e697dd9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if (APPLE)
|
|||
set_target_properties(heightmap PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Heightmap")
|
||||
set_target_properties(particles PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Particles")
|
||||
set_target_properties(simple PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Simple")
|
||||
set_target_properties(splitview PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Split View")
|
||||
set_target_properties(splitview PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "SplitView")
|
||||
set_target_properties(wave PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Wave")
|
||||
|
||||
set_target_properties(${WINDOWS_BINARIES} PROPERTIES
|
||||
|
|
Loading…
Add table
Reference in a new issue