Skip to content

Commit

Permalink
Updated Solution Folders
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjal-rai committed Aug 24, 2017
1 parent 4d79d0c commit 25c17d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarkTool/randomTests/CMakeLists.txt
Expand Up @@ -17,4 +17,4 @@ set(libkdtree_INCLUDE_DIRS "${CMAKE_SOURCE_DIR}/3rdparty/libkdtree")
include_directories(${libkdtree_INCLUDE_DIRS})
ADD_EXECUTABLE(libkdtree_testRandom libkdtree_testRandom.cpp)

set_target_properties(nanoflann_testRandom flann_testRandom fastann_testRandom libkdtree_testRandom PROPERTIES FOLDER "./")
set_target_properties(nanoflann_testRandom flann_testRandom fastann_testRandom libkdtree_testRandom PROPERTIES FOLDER "RandomTests")
2 changes: 1 addition & 1 deletion benchmarkTool/realTests/CMakeLists.txt
Expand Up @@ -17,4 +17,4 @@ set(libkdtree_INCLUDE_DIRS "${CMAKE_SOURCE_DIR}/3rdparty/libkdtree")
include_directories(${libkdtree_INCLUDE_DIRS})
ADD_EXECUTABLE(libkdtree_testReal libkdtree_testReal.cpp)

set_target_properties(nanoflann_testReal flann_testReal fastann_testReal libkdtree_testReal PROPERTIES FOLDER "./")
set_target_properties(nanoflann_testReal flann_testReal fastann_testReal libkdtree_testReal PROPERTIES FOLDER "RealTests")

0 comments on commit 25c17d0

Please sign in to comment.