Skip to content

Commit

Permalink
Bump Glow
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Jul 10, 2024
1 parent 9ea1650 commit 61e6b24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
28 changes: 12 additions & 16 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.29)

project(
Airglow
VERSION 1.7.4
LANGUAGES C
CXX
)

enable_testing()
project(Airglow VERSION 1.7.4)

add_subdirectory(libs/Glow)

include(libs/Glow/cmake/ReleaseInfo.cmake)

file(
DOWNLOAD
"https://aka.ms/vs/17/release/vc_redist.x64.exe"
"${PROJECT_BINARY_DIR}/vc_redist.x64.exe"
list(
APPEND
CMAKE_MODULE_PATH
"${PROJECT_SOURCE_DIR}/libs/Glow/libs/cmake-modules/"
)

include(cmake-modules)

release_info()
download_vcredist()

file(COPY ${PROJECT_SOURCE_DIR}/data/airglow.rc DESTINATION ${PROJECT_BINARY_DIR}/data)

add_custom_command(
Expand Down Expand Up @@ -81,7 +77,7 @@ target_sources(
target_link_libraries(
Airglow
PRIVATE glow::glow
glow::flags
common::flags
)

add_dependencies(
Expand Down
2 changes: 1 addition & 1 deletion libs/Glow
Submodule Glow updated 1 files
+1 −1 package.json

0 comments on commit 61e6b24

Please sign in to comment.