Skip to content

Commit

Permalink
Issue #96 Adds the trUtil unit test folder to cmake search hiarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
DieSlower committed Jan 19, 2019
1 parent 48b501f commit b72321b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeModules/UtilityMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ MACRO (ADD_TR_SUBFOLDERS)
# Unit Test Folders
MESSAGE (STATUS "Creating Selected Tests Folders")

IF (TESTS_TR_UTIL)
ADD_SUBDIRECTORY (Tests/TrUtil)
SET (TESTS_TR_UTIL_AVAILABLE "YES")
ENDIF ()

IF (TESTS_TR_BASE)
ADD_SUBDIRECTORY (Tests/TrBase)
SET (TESTS_TR_BASE_AVAILABLE "YES")
Expand Down

0 comments on commit b72321b

Please sign in to comment.