From 8be9316156be75a685c0636258b2fec2daaf5ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20F=C3=BCrmetz?= Date: Fri, 16 Nov 2018 23:43:56 +0100 Subject: Fix run command --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fb973b..3a170a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,6 @@ target_link_libraries(vterm-module ${LIBVTERM_LIBRARY}) # Custom run command for testing add_custom_target(run - COMMAND emacs -Q -L ${CMAKE_SOURCE_DIR} --eval "\\(require \\'vterm\\)" --eval "\\(vterm\\)" + COMMAND emacs -Q -L ${CMAKE_SOURCE_DIR} -L ${CMAKE_BINARY_DIR} --eval "\\(require \\'vterm\\)" --eval "\\(vterm\\)" DEPENDS vterm-module - WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) -- cgit v1.0