Skip to content

Commit

Permalink
build: create scripts dir automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattaa committed Dec 12, 2024
1 parent 19dd027 commit aea6bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include")
set(USER_HOME "$ENV{HOME}")
set(LUA_SCRIPTS_INSTALL_PATH "${USER_HOME}/.lsr")
set(DEFAULT_SCRIPT_PATH "${LUA_SCRIPTS_INSTALL_PATH}/lsr.lua")
file(MAKE_DIRECTORY "${LUA_SCRIPTS_INSTALL_PATH}")

add_executable(lsr ${SRCS})

Expand Down

0 comments on commit aea6bf0

Please sign in to comment.