[cmake] removed meson

This commit is contained in:
root 2025-06-05 09:24:46 +00:00
parent b075f4d1a8
commit deac273f23
3 changed files with 0 additions and 24 deletions

View File

@ -1,8 +0,0 @@
#include <iostream>
#include "queue.hh"
int main() {
lfq::LockFreeQueue<int, 16> queue;
std::cout << "Hello!\n";
return 0;
}

View File

View File

@ -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