diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-06-20 02:19:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 02:19:42 +0200 |
commit | 6294a807d3e22757d37c21341b1bd73241249403 (patch) | |
tree | 01f6dbf5ff04f1e227d8397cbe80b22e9bd2ef6c /test | |
parent | 18710e77200632b73791ac41824161b2273cb91d (diff) | |
parent | 7097aba6be0a1eeaa9fd6ad8bfef556d7d884fd2 (diff) | |
download | rneovim-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.txt | 1 |
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) |