mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-07-18 15:21:28 +00:00
40 lines
838 B
Plaintext
40 lines
838 B
Plaintext
|
|
$Macro IMGUI_DIR "$SRCDIR\game\client\imgui"
|
|
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$PreprocessorDefinitions "$BASE;IMGUI_DISABLE_INCLUDE_IMCONFIG_H;IMGUI_USER_CONFIG=<imgui/imconfig_source.h>"
|
|
$AdditionalIncludeDirectories "$BASE;$IMGUI_DIR;$SRCDIR/thirdparty;"
|
|
}
|
|
}
|
|
|
|
$Project
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "$SRCDIR\game\client\imgui\imgui_impl_source.cpp"
|
|
$File "$SRCDIR\game\client\imgui\imgui_system.cpp"
|
|
|
|
$Folder "ImGUI"
|
|
{
|
|
$File "$SRCDIR/thirdparty/imgui/imgui.cpp" \
|
|
"$SRCDIR/thirdparty/imgui/imgui_demo.cpp" \
|
|
"$SRCDIR/thirdparty/imgui/imgui_draw.cpp" \
|
|
"$SRCDIR/thirdparty/imgui/imgui_tables.cpp" \
|
|
"$SRCDIR/thirdparty/imgui/imgui_widgets.cpp"
|
|
{
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$Create/UsePrecompiledHeader "Not Using Precompiled Headers"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|