diff options
| author | Thomas de BeauchĂȘne <thomas.de.beauchene@sap.com> | 2018-11-19 14:38:08 +0100 |
|---|---|---|
| committer | Thomas de BeauchĂȘne <thomas.de.beauchene@sap.com> | 2018-11-19 14:38:08 +0100 |
| commit | 7888489821726bafe0b9d0d4fe99d0e720aa0868 (patch) | |
| tree | a0164f1597a56ba57a6af907bb4e93ba7809f6c2 | |
| parent | 8be9316156be75a685c0636258b2fec2daaf5ab5 (diff) | |
fix binary output directory after 38eaf28: Add CI
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a170a8..521ce54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ set_target_properties(vterm-module PROPERTIES C_STANDARD 99 POSITION_INDEPENDENT_CODE ON PREFIX "" + LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR} ) # Link with libvterm |
