Skip to content
Snippets Groups Projects
Commit 48be3c6a authored by Merov Linden's avatar Merov Linden
Browse files

STORM-1121 : Simplify dependencies for llimage_libtest

parent 7b47c0a6
No related branches found
No related tags found
No related merge requests found
# -*- cmake -*- # -*- cmake -*-
# For STORM-1121 debug. Will delete when ready
SET (LLIMAGE_LIBTEST ON CACHE BOOL "Force build of llimage_libtest for testing")
add_subdirectory(llui_libtest) add_subdirectory(llui_libtest)
IF (LLIMAGE_LIBTEST) IF (LLIMAGE_LIBTEST)
......
...@@ -6,19 +6,15 @@ project (llimage_libtest) ...@@ -6,19 +6,15 @@ project (llimage_libtest)
include(00-Common) include(00-Common)
include(LLCommon) include(LLCommon)
include(Linking)
include(LLSharedLibs)
include(LLImage) include(LLImage)
include(LLImageJ2COJ) include(LLImageJ2COJ)
include(LLKDU) include(LLKDU)
include(LLMath)
include(LLVFS) include(LLVFS)
include_directories( include_directories(
${LLCOMMON_INCLUDE_DIRS} ${LLCOMMON_INCLUDE_DIRS}
${LLVFS_INCLUDE_DIRS} ${LLVFS_INCLUDE_DIRS}
${LLIMAGE_INCLUDE_DIRS} ${LLIMAGE_INCLUDE_DIRS}
${LLMATH_INCLUDE_DIRS}
) )
set(llimage_libtest_SOURCE_FILES set(llimage_libtest_SOURCE_FILES
...@@ -127,5 +123,3 @@ endif (WINDOWS) ...@@ -127,5 +123,3 @@ endif (WINDOWS)
# *NOTE: This could be removed, or only built by TeamCity, if the build # *NOTE: This could be removed, or only built by TeamCity, if the build
# and link times become too long. # and link times become too long.
add_dependencies(viewer llimage_libtest) add_dependencies(viewer llimage_libtest)
ll_deploy_sharedlibs_command(llimage_libtest)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment