Skip to content

Commit

Permalink
v169
Browse files Browse the repository at this point in the history
  • Loading branch information
inanevin committed Nov 19, 2023
1 parent 4f5af45 commit 65e1fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ add_library(Lina::VG ALIAS ${PROJECT_NAME})
target_include_directories(${PROJECT_NAME} PUBLIC ${PROJECT_SOURCE_DIR}/include)
target_compile_definitions(${PROJECT_NAME} PUBLIC LINAVG_VERSION_MAJOR=1)
target_compile_definitions(${PROJECT_NAME} PUBLIC LINAVG_VERSION_MINOR=6)
target_compile_definitions(${PROJECT_NAME} PUBLIC LINAVG_VERSION_PATCH=8)
target_compile_definitions(${PROJECT_NAME} PUBLIC LINAVG_VERSION_PATCH=9)

#--------------------------------------------------------------------
# Subdirectories & linking
Expand Down

0 comments on commit 65e1fff

Please sign in to comment.