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