X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=libs%2Fmemory%2FCMakeLists.txt;fp=libs%2Fmemory%2FCMakeLists.txt;h=1c345734254cd749c6944f9bf045a15a31e1a08e;hp=0000000000000000000000000000000000000000;hb=fec7e300053b6fb9f82210acf1b45c4f2169615d;hpb=e6bf0d774eae887e2646c71d1c17a689bb287bf2 diff --git a/libs/memory/CMakeLists.txt b/libs/memory/CMakeLists.txt new file mode 100644 index 00000000..1c345734 --- /dev/null +++ b/libs/memory/CMakeLists.txt @@ -0,0 +1,3 @@ +add_library(memory + allocator.cpp allocator.h + )