[cmake] removed meson
This commit is contained in:
parent
b075f4d1a8
commit
deac273f23
8
main.cc
8
main.cc
@ -1,8 +0,0 @@
|
||||
#include <iostream>
|
||||
#include "queue.hh"
|
||||
|
||||
int main() {
|
||||
lfq::LockFreeQueue<int, 16> queue;
|
||||
std::cout << "Hello!\n";
|
||||
return 0;
|
||||
}
|
||||
@ -1,16 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = googletest-1.17.0
|
||||
source_url = https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz
|
||||
source_filename = gtest-1.17.0.tar.gz
|
||||
source_hash = 65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c
|
||||
patch_filename = gtest_1.17.0-2_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.17.0-2/get_patch
|
||||
patch_hash = c6ff59f36c8ee48bcd6d968f08a5a08c2c4216a2327079c0ae2323b2e062971e
|
||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.17.0-2/gtest-1.17.0.tar.gz
|
||||
wrapdb_version = 1.17.0-2
|
||||
|
||||
[provide]
|
||||
gtest = gtest_dep
|
||||
gtest_main = gtest_main_dep
|
||||
gmock = gmock_dep
|
||||
gmock_main = gmock_main_dep
|
||||
Loading…
x
Reference in New Issue
Block a user