diff options
author | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2022-09-21 07:45:38 +0000 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-21 07:45:38 +0000 |
commit | bfe7cbb136ecea903e084d66e342b4fd623b85b8 (patch) | |
tree | 388ca6f23fdf1792de62fbf03c48f0ff3494440d /indra/integration_tests/llimage_libtest | |
parent | a441ce184fef3b30daff2b3eeef9db650b748ac9 (diff) | |
parent | c903b0b03005831bce7b4001bbed55b275066679 (diff) |
SL-17238 Merged in NickyD's cmake changes
Diffstat (limited to 'indra/integration_tests/llimage_libtest')
-rw-r--r-- | indra/integration_tests/llimage_libtest/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/integration_tests/llimage_libtest/CMakeLists.txt b/indra/integration_tests/llimage_libtest/CMakeLists.txt index cf43292922..ee2890778b 100644 --- a/indra/integration_tests/llimage_libtest/CMakeLists.txt +++ b/indra/integration_tests/llimage_libtest/CMakeLists.txt @@ -12,16 +12,6 @@ include(LLImageJ2COJ) include(LLKDU) include(LLFileSystem) -include_directories( - ${LLCOMMON_INCLUDE_DIRS} - ${LLFILESYSTEM_INCLUDE_DIRS} - ${LLIMAGE_INCLUDE_DIRS} - ${LLMATH_INCLUDE_DIRS} - ) -include_directories(SYSTEM - ${LLCOMMON_SYSTEM_INCLUDE_DIRS} - ) - set(llimage_libtest_SOURCE_FILES llimage_libtest.cpp ) |