mirror of
https://github.com/processhacker/phnt
synced 2026-06-08 16:49:04 +00:00
Add a CMakeLists.txt to allow FetchContent (#19)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(phnt)
|
||||
|
||||
add_library(phnt INTERFACE)
|
||||
target_include_directories(phnt INTERFACE "${CMAKE_CURRENT_LIST_DIR}")
|
||||
target_link_libraries(phnt INTERFACE "ntdll.lib")
|
||||
|
||||
add_library(phnt::phnt ALIAS phnt)
|
||||
Reference in New Issue
Block a user