Skip to content

Commit e47790c

Browse files
timangussmallmodel
andcommitted
Move third party code to code/thirdparty
Co-authored-by: smallmodel <15067410+smallmodel@users.noreply.github.com>
1 parent 8708953 commit e47790c

File tree

710 files changed

+1665
-18249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

710 files changed

+1665
-18249
lines changed

code/client/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ set(OLD_VALUE ${BUILD_SHARED_LIBS})
6363
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
6464

6565
if(USE_INTERNAL_MAD)
66-
add_subdirectory("../libmad" "./libmad" EXCLUDE_FROM_ALL)
66+
add_subdirectory("../thirdparty/libmad" "./libmad" EXCLUDE_FROM_ALL)
6767
target_link_libraries(omohclient INTERFACE mad)
6868
else()
6969
include(FindPackageHandleStandardArgs)

code/curl-7.54.0/include/README

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)