terminal/src/host/ut_lib/sources
Dustin Howett d4d59fa339 Initial release of the Windows Terminal source code
This commit introduces all of the Windows Terminal and Console Host source,
under the MIT license.
2019-05-02 15:29:04 -07:00

24 lines
578 B
Plaintext

!include ..\sources.inc
# -------------------------------------
# Program Information
# -------------------------------------
TARGETNAME = ConhostV2.Unittest
TARGETTYPE = LIBRARY
UMTYPE = windows
TEST_CODE = 1
# -------------------------------------
# Preprocessor Settings
# -------------------------------------
C_DEFINES = $(C_DEFINES) -DINLINE_TEST_METHOD_MARKUP -DUNIT_TESTING
INCLUDES = \
$(INCLUDES); \
$(ONECORESDKTOOLS_INTERNAL_INC_PATH_L)\wextest\cue; \