Browse Source

Fix cmake warnings

Michael Hansen 9 years ago
parent
commit
f06b8acbdc
  1. 2
      CMakeLists.txt
  2. 10
      Sources/Tools/CMakeLists.txt

2
CMakeLists.txt

@ -251,7 +251,7 @@ if(WIN32)
if(USE_VLD AND VLD_FOUND)
add_definitions(-DUSE_VLD)
include_directories(${VLD_INCLUDE_DIR})
endif(USE_VLD)
endif()
endif()
if(PLASMA_BUILD_TOOLS)

10
Sources/Tools/CMakeLists.txt

@ -24,12 +24,12 @@ if(PLASMA_BUILD_TOOLS)
if(Qt5_LIBS_FOUND)
add_subdirectory(plLocalizationEditor)
add_subdirectory(plResBrowser)
endif()
add_dependencies(tools
plLocalizationEditor
plResBrowser
)
add_dependencies(tools
plLocalizationEditor
plResBrowser
)
endif()
if(WIN32)
add_subdirectory(plShaderAssembler)

Loading…
Cancel
Save