CMake: Apply source groups using a function
This will add source groups to all projects, not only libraries. And there is no need anymore to include it in every project file.
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
# Licence: wxWindows licence
|
||||
#############################################################################
|
||||
|
||||
include(../../source_groups.cmake)
|
||||
|
||||
function(wx_webview_copy_webview2_loader target)
|
||||
if(NOT WXMSW OR NOT wxUSE_WEBVIEW_EDGE OR NOT TARGET ${target})
|
||||
return()
|
||||
|
||||
Reference in New Issue
Block a user