mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 15:29:36 -06:00
bugfix disable testdata_tom if tom disabled
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
add_subdirectory(auto)
|
||||
add_subdirectory(testdata_tom)
|
||||
add_subdirectory(TinyUtils)
|
||||
|
||||
if(TOM)
|
||||
add_subdirectory(testdata_tom)
|
||||
endif()
|
||||
|
||||
@@ -2,7 +2,9 @@ TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS = \
|
||||
auto \
|
||||
testdata_tom \
|
||||
TinyUtils \
|
||||
|
||||
!disable_tom: \
|
||||
SUBDIRS += testdata_tom
|
||||
|
||||
auto.depends = TinyUtils
|
||||
|
||||
Reference in New Issue
Block a user