aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-06-20 02:19:42 +0200
committerGitHub <noreply@github.com>2018-06-20 02:19:42 +0200
commit6294a807d3e22757d37c21341b1bd73241249403 (patch)
tree01f6dbf5ff04f1e227d8397cbe80b22e9bd2ef6c /test
parent18710e77200632b73791ac41824161b2273cb91d (diff)
parent7097aba6be0a1eeaa9fd6ad8bfef556d7d884fd2 (diff)
downloadrneovim-6294a807d3e22757d37c21341b1bd73241249403.tar.gz
rneovim-6294a807d3e22757d37c21341b1bd73241249403.tar.bz2
rneovim-6294a807d3e22757d37c21341b1bd73241249403.zip
Merge #8579 win: cmake: Improvements for building with IDEs
Diffstat (limited to 'test')
-rw-r--r--test/includes/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/includes/CMakeLists.txt b/test/includes/CMakeLists.txt
index 305d3369b7..2846df0e37 100644
--- a/test/includes/CMakeLists.txt
+++ b/test/includes/CMakeLists.txt
@@ -22,3 +22,4 @@ foreach(hfile ${PRE_HEADERS})
endforeach()
add_custom_target(unittest-headers DEPENDS ${POST_HEADERS})
+set_target_properties(unittest-headers PROPERTIES FOLDER test)