mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-30 04:59:35 -05:00
Add tests infrastructure
This commit is contained in:
committed by
TheAssassin
parent
d2a021d57b
commit
55b6ee19e1
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -76,3 +76,6 @@
|
||||
[submodule "lib/CImg"]
|
||||
path = lib/CImg
|
||||
url = https://github.com/dtschump/CImg.git
|
||||
[submodule "lib/googletest"]
|
||||
path = lib/googletest
|
||||
url = https://github.com/google/googletest
|
||||
|
||||
@@ -12,4 +12,4 @@ set(USE_SYSTEM_CIMG ON CACHE BOOL "Set to OFF to use CImg library bundled in lib
|
||||
|
||||
add_subdirectory(lib)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(src)
|
||||
@@ -108,3 +108,5 @@ if(NOT USE_SYSTEM_BOOST)
|
||||
boost_type_traits boost_static_assert boost_integer boost_preprocessor boost_functional boost_detail
|
||||
)
|
||||
endif()
|
||||
|
||||
add_subdirectory(googletest)
|
||||
|
||||
1
lib/googletest
Submodule
1
lib/googletest
Submodule
Submodule lib/googletest added at 3bb00b7ead
Reference in New Issue
Block a user