mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
5 lines
127 B
CMake
5 lines
127 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
add_library(mlib INTERFACE "") # No sources
|
|
target_include_directories(mlib INTERFACE .)
|
|
|