mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
The SCM status enumeration is now only declared once. I also introduced an ‘unknown’ status which should be used instead of ‘none’.
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
SOURCES = src/**/*.cc
|
|
TEST_SOURCES = tests/t_*.cc
|
|
CP_Resources = resources/*
|
|
EXPORT = src/{scm,status,snapshot}.h
|
|
LINK += text cf io settings
|
|
FRAMEWORKS = Carbon Security
|