mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
This won’t perform any disk access on main thread. The previous API would check for the SCM-metadata directories on the main thread and also obtain the initial status and branch during creation.
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
SOURCES = src/**/*.cc
|
|
TEST_SOURCES = tests/t_*.cc
|
|
CP_Resources = resources/*
|
|
EXPORT = src/{scm{,_ng},status,snapshot}.h
|
|
LINK += text cf io settings
|
|
FRAMEWORKS = Carbon Security
|