Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhCode committed Oct 31, 2024
1 parent 624db21 commit 5067bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CmakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0" CACHE STRING "Minimum OS X deployment ver

project(
Neogurt
VERSION 0.1.0
VERSION 0.1.1
DESCRIPTION "A Neovim GUI Smooth like Yogurt!"
LANGUAGES C CXX
)
Expand Down Expand Up @@ -159,7 +159,7 @@ if (CMAKE_BUILD_TYPE MATCHES RelWithDebInfo)

set(APPS "\${CMAKE_INSTALL_PREFIX}/Neogurt.app")
set(DIRS
${CMAKE_BINARY_DIR}
${CMAKE_BINARY_DIR}/_deps/dawn-src/lib # libwebgpu_dawn.dylib
$ENV{LLVM_PATH}/lib/c++
$ENV{LLVM_PATH}/lib/unwind
)
Expand Down

0 comments on commit 5067bc1

Please sign in to comment.