move mlib to libs folder

This commit is contained in:
Ken Van Hoeylandt
2024-01-17 21:45:57 +01:00
parent a931b83435
commit 6550fa4583
39 changed files with 12 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.16)
add_library(mlib INTERFACE "") # No sources
target_include_directories(mlib INTERFACE .)