diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-06 20:23:54 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-06 20:23:54 +0200 |
commit | bed0b80374c3acfc584587a9b0bc02f8bf899876 (patch) | |
tree | 34051f003291713a23a8b5a19cfc5698e3d85ff4 /indra/test | |
parent | a4e273437262e435940d2fd2f75b72e0cf0ab1bc (diff) |
Remove obsolete include directives
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/CMakeLists.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index 1e9fdfa003..b607980bae 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -11,24 +11,6 @@ include(LLAddBuildTest) include(bugsplat) include(GoogleMock) -include_directories( - ${LLCOMMON_INCLUDE_DIRS} - ${LLCOREHTTP_INCLUDE_DIRS} - ${LLDATABASE_INCLUDE_DIRS} - ${LLMATH_INCLUDE_DIRS} - ${LLMESSAGE_INCLUDE_DIRS} - ${LLINVENTORY_INCLUDE_DIRS} - ${LLFILESYSTEM_INCLUDE_DIRS} - ${LLXML_INCLUDE_DIRS} - ${LSCRIPT_INCLUDE_DIRS} - ${GOOGLEMOCK_INCLUDE_DIRS} - ${TUT_INCLUDE_DIR} - ) -include_directories(SYSTEM - ${LLCOMMON_SYSTEM_INCLUDE_DIRS} - ${LLXML_SYSTEM_INCLUDE_DIRS} - ) - set(test_SOURCE_FILES io.cpp llapp_tut.cpp |