gtest: Make library shared
This commit is contained in:
committed by
Norman Feske
parent
2dc3acddee
commit
4420531023
@@ -11,5 +11,6 @@ INC_DIR += $(GTEST_DIR)/include
|
||||
INC_DIR += $(GTEST_DIR)/include/internal
|
||||
|
||||
LIBS += libc libm stdcxx
|
||||
SHARED_LIB = yes
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
||||
@@ -57,7 +57,7 @@ build_boot_image {
|
||||
core init ld.lib.so
|
||||
timer
|
||||
libc.lib.so vfs.lib.so libm.lib.so posix.lib.so stdcxx.lib.so
|
||||
gtest-samples
|
||||
gtest.lib.so gtest-samples
|
||||
}
|
||||
|
||||
append qemu_args " -nographic "
|
||||
|
||||
@@ -65,7 +65,7 @@ build_boot_image {
|
||||
core init ld.lib.so
|
||||
timer ram_fs
|
||||
libc.lib.so vfs.lib.so libm.lib.so posix.lib.so stdcxx.lib.so
|
||||
gtest
|
||||
gtest.lib.so gtest
|
||||
}
|
||||
|
||||
append qemu_args " -nographic "
|
||||
|
||||
Reference in New Issue
Block a user