mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-24 08:24:42 +00:00
10 lines
254 B
CMake
10 lines
254 B
CMake
# Code generated by Visual Studio kit, DO NOT EDIT.
|
|
set(SourceFiles
|
|
"hyperdbg-cli.cpp"
|
|
"../include/platform/general/header/Environment.h"
|
|
)
|
|
include_directories(
|
|
"../include"
|
|
"../dependencies"
|
|
)
|
|
add_executable(hyperdbg-cli ${SourceFiles})
|