mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
Previously this was under the OakSystem framework which depends on the io framework meaning that the io framework itself was unable to obtain a basic environment, which is necessary for next commit.
6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
SOURCES = src/*.cc
|
|
TEST_SOURCES = tests/*
|
|
LINK += text cf regexp
|
|
FRAMEWORKS = Carbon Security
|
|
EXPORT = src/*.h
|