mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 02:34:23 -05:00
linux-capture: Fix module prefix with CMake 3
This commit is contained in:
@@ -41,5 +41,5 @@ target_link_libraries(
|
||||
xcb::xcb-composite)
|
||||
|
||||
# cmake-format: off
|
||||
set_target_properties_obs(linux-capture PROPERTIES FOLDER "plugins")
|
||||
set_target_properties_obs(linux-capture PROPERTIES FOLDER plugins PREFIX "")
|
||||
# cmake-format: on
|
||||
|
||||
Reference in New Issue
Block a user