自定义内存分配池
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ endmacro()
|
||||
|
||||
####################################################################################
|
||||
include(CMakeFindDependencyMacro)
|
||||
if (ON)
|
||||
if ()
|
||||
set(THREADS_PREFER_PTHREAD_FLAG )
|
||||
find_dependency(Threads)
|
||||
endif()
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
libdir=D:/ae/proj/ae/install/lib
|
||||
includedir=D:/ae/proj/ae/install/include
|
||||
libdir=D:/ae/proj/git/Radio/install/lib
|
||||
includedir=D:/ae/proj/git/Radio/install/include
|
||||
|
||||
Name: gmock
|
||||
Description: GoogleMock (without main() function)
|
||||
@@ -7,4 +7,4 @@ Version: 1.17.0
|
||||
URL: https://github.com/google/googletest
|
||||
Requires: gtest = 1.17.0
|
||||
Libs: -L${libdir} -lgmock
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=0
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
libdir=D:/ae/proj/ae/install/lib
|
||||
includedir=D:/ae/proj/ae/install/include
|
||||
libdir=D:/ae/proj/git/Radio/install/lib
|
||||
includedir=D:/ae/proj/git/Radio/install/include
|
||||
|
||||
Name: gmock_main
|
||||
Description: GoogleMock (with main() function)
|
||||
@@ -7,4 +7,4 @@ Version: 1.17.0
|
||||
URL: https://github.com/google/googletest
|
||||
Requires: gmock = 1.17.0
|
||||
Libs: -L${libdir} -lgmock_main
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=0
|
||||
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
libdir=D:/ae/proj/ae/install/lib
|
||||
includedir=D:/ae/proj/ae/install/include
|
||||
libdir=D:/ae/proj/git/Radio/install/lib
|
||||
includedir=D:/ae/proj/git/Radio/install/include
|
||||
|
||||
Name: gtest
|
||||
Description: GoogleTest (without main() function)
|
||||
Version: 1.17.0
|
||||
URL: https://github.com/google/googletest
|
||||
Libs: -L${libdir} -lgtest
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=0
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
libdir=D:/ae/proj/ae/install/lib
|
||||
includedir=D:/ae/proj/ae/install/include
|
||||
libdir=D:/ae/proj/git/Radio/install/lib
|
||||
includedir=D:/ae/proj/git/Radio/install/include
|
||||
|
||||
Name: gtest_main
|
||||
Description: GoogleTest (with main() function)
|
||||
@@ -7,4 +7,4 @@ Version: 1.17.0
|
||||
URL: https://github.com/google/googletest
|
||||
Requires: gtest = 1.17.0
|
||||
Libs: -L${libdir} -lgtest_main
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1
|
||||
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=0
|
||||
|
||||
Reference in New Issue
Block a user