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

@@ -84,11 +84,13 @@ endif()
if(WIN32 OR APPLE)
set_target_properties(libobs-opengl
PROPERTIES
FOLDER "core"
OUTPUT_NAME libobs-opengl
PREFIX "")
else()
set_target_properties(libobs-opengl
PROPERTIES
FOLDER "core"
OUTPUT_NAME obs-opengl
VERSION 0.0
SOVERSION 0