mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 10:22:03 -05:00
8 lines
121 B
Prolog
8 lines
121 B
Prolog
TEMPLATE = subdirs
|
|
|
|
library.subdir = lib
|
|
|
|
unittest.subdir = test
|
|
unittest.depends = library
|
|
|
|
SUBDIRS += library unittest
|