cmake: Add cmake folders

This commit is contained in:
jp9000
2020-05-13 06:37:01 -07:00
parent 42bbca3d4b
commit 7993179466
63 changed files with 102 additions and 33 deletions

View File

@@ -402,6 +402,7 @@ if (APPLE)
Qt5::MacExtras)
set_target_properties(obs PROPERTIES LINK_FLAGS "-pagezero_size 10000 -image_base 100000000")
endif()
set_target_properties(obs PROPERTIES FOLDER "frontend")
define_graphic_modules(obs)

View File

@@ -64,5 +64,6 @@ target_link_libraries(decklink-ouput-ui
obs-frontend-api
Qt5::Widgets
libobs)
set_target_properties(decklink-ouput-ui PROPERTIES FOLDER "frontend")
install_obs_plugin_with_data(decklink-ouput-ui data)

View File

@@ -122,5 +122,6 @@ target_link_libraries(frontend-tools
obs-frontend-api
Qt5::Widgets
libobs)
set_target_properties(frontend-tools PROPERTIES FOLDER "frontend")
install_obs_plugin_with_data(frontend-tools data)

View File

@@ -22,6 +22,7 @@ add_library(obs-frontend-api SHARED
${obs-frontend-api_HEADERS})
target_link_libraries(obs-frontend-api
libobs)
set_target_properties(obs-frontend-api PROPERTIES FOLDER "frontend")
if(UNIX AND NOT APPLE)
set_target_properties(obs-frontend-api

View File

@@ -51,3 +51,4 @@ target_link_libraries(updater
shell32
winhttp
)
set_target_properties(updater PROPERTIES FOLDER "frontend")