forked from darbyjohnston/tlRender
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/darbyjohnston/tlRender into…
… darby_main_original
- Loading branch information
Showing
23 changed files
with
197 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
add_subdirectory(tlBaseApp) | ||
add_subdirectory(tlCore) | ||
add_subdirectory(tlGL) | ||
add_subdirectory(tlDevice) | ||
add_subdirectory(tlIO) | ||
add_subdirectory(tlPlay) | ||
add_subdirectory(tlResourceApp) | ||
add_subdirectory(tlTimeline) | ||
add_subdirectory(tlTimelineUI) | ||
add_subdirectory(tlUI) | ||
if(TLRENDER_GLFW) | ||
add_subdirectory(tlTimelineGL) | ||
if(TLRENDER_PROGRAMS OR TLRENDER_EXAMPLES) | ||
add_subdirectory(tlUIApp) | ||
endif() | ||
if(TLRENDER_PROGRAMS) | ||
add_subdirectory(tlBakeApp) | ||
add_subdirectory(tlPlayApp) | ||
endif() | ||
add_subdirectory(tlTimelineGL) | ||
if(TLRENDER_PROGRAMS OR TLRENDER_EXAMPLES OR TLRENDER_TESTS) | ||
add_subdirectory(tlBaseApp) | ||
endif() | ||
if(TLRENDER_PROGRAMS OR TLRENDER_EXAMPLES) | ||
add_subdirectory(tlUIApp) | ||
endif() | ||
if(TLRENDER_PROGRAMS) | ||
add_subdirectory(tlBakeApp) | ||
add_subdirectory(tlPlayApp) | ||
add_subdirectory(tlResourceApp) | ||
endif() | ||
endif() | ||
if(TLRENDER_QT6 OR TLRENDER_QT5 AND NOT "${TLRENDER_API}" STREQUAL "GLES_2") | ||
add_subdirectory(tlQt) | ||
add_subdirectory(tlQtQuick) | ||
add_subdirectory(tlQtWidget) | ||
if(TLRENDER_PROGRAMS) | ||
add_subdirectory(tlPlayQtApp) | ||
endif() | ||
if(TLRENDER_PROGRAMS) | ||
add_subdirectory(tlPlayQtApp) | ||
endif() | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.