From 756d06f7da329c2ddf7ddb33afd019b11f0b7e1d Mon Sep 17 00:00:00 2001 From: Agnel Wang <59766821+Agnel-Wang@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:51:16 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06bfa03..31c829e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,7 @@ include_directories( ${EIGEN_PATH} ) +set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/../lib) link_directories(lib) add_executable(highcmd_basic examples/highcmd_basic.cpp )