terminal/src/dep/fmt/sources
Dustin L. Howett (MSFT) 86685079ec
build: move oss required to build conhost out of dep/ (#5451)
This change is necessary as the dep/ folder is not synced into the
Windows source tree.

I've also added a build rule producing a lib for {fmt}.

This will be required for our next OS ingestion.
2020-04-21 14:43:09 -07:00

21 lines
459 B
Plaintext

!include ..\..\project.inc
# -------------------------------------
# Program Information
# -------------------------------------
TARGETNAME = ConOSSFmt
TARGETTYPE = LIBRARY
# -------------------------------------
# Windows Console
# - OSS Dependency: {fmt}
# -------------------------------------
PRECOMPILED_CXX = 0
SOURCES = \
..\..\..\oss\fmt\src\format.cc \
..\..\..\oss\fmt\src\os.cc \