diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-11-17 22:22:12 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-11-17 22:22:12 +0100 |
| commit | 67d67fbbfd488e4d2e96dd812601faf0842a9c13 (patch) | |
| tree | f6627f272a4d099698e5122ede83a3083dbcc8f9 /src/CMakeLists.txt | |
| parent | 2b5d1e557f739e03393fc914b09e2b524d778dfa (diff) | |
Fix two macOS compiler warnings.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 914d79e09..64c936412 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -630,6 +630,7 @@ if(APPLE AND NOT FLTK_BACKEND_X11) Fl_Native_File_Chooser_MAC.mm Fl_MacOS_Sys_Menu_Bar.mm ) + source_group("ObjC Source Files" FILES ${MMFILES}) else() set(MMFILES) endif() |
