Skip to content

Commit

Permalink
Fix cmake warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Jul 30, 2015
1 parent ab45179 commit f06b8ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions Sources/Tools/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit f06b8ac

Please sign in to comment.