Skip to content

Commit

Permalink
Move Viewport to a new library
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Licameli committed Nov 2, 2023
1 parent ba834a8 commit 4a0a854
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 2,424 deletions.
1 change: 1 addition & 0 deletions libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ set( LIBRARIES
lib-mixer
lib-channel
lib-stretching-sequence
lib-viewport
)

if ( ${_OPT}has_networking )
Expand Down
15 changes: 15 additions & 0 deletions libraries/lib-viewport/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#[[
Viewport defines a callback facade for horizontal and vertical scrollbars, and
provides methods to scroll and zoom the view of tracks.
]]
set( SOURCES
Viewport.cpp
Viewport.h
)
set( LIBRARIES
lib-time-frequency-selection-interface
lib-track-selection-interface
)
audacity_library( lib-viewport "${SOURCES}" "${LIBRARIES}"
"" ""
)
Loading

0 comments on commit 4a0a854

Please sign in to comment.