mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
6 lines
141 B
CMake
6 lines
141 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
project(jthread)
|
|
|
|
add_library(jthread INTERFACE)
|
|
target_include_directories(jthread INTERFACE includes) |