Skip to content

Commit

Permalink
Update project version and comment out unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Jan 8, 2024
1 parent d229a5e commit 5380d49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for:
install:
- |-
echo " "
brew install php
# brew install php
artifacts:
- path: build/reaper_*.dylib
Expand Down
20 changes: 10 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(reasolotus VERSION 0.1.7 LANGUAGES C CXX)
project(reasolotus VERSION 0.1.8 LANGUAGES C CXX)

set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down Expand Up @@ -72,15 +72,15 @@ if(SWELL_FOUND)
target_link_libraries(reaper-sdk INTERFACE SWELL::swell)

# Transpile the Win32 resource file
find_package(PHP REQUIRED)
add_custom_command(
OUTPUT resource.rc_mac_dlg resource.rc_mac_menu
COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_CURRENT_SOURCE_DIR}/resource.rc ${CMAKE_CURRENT_BINARY_DIR}
COMMAND ${PHP_EXECUTABLE} ${SWELL_RESGEN} --quiet resource.rc
DEPENDS ${SWELL_RESGEN}
MAIN_DEPENDENCY resource.rc
)
# find_package(PHP REQUIRED)
# add_custom_command(
# OUTPUT resource.rc_mac_dlg resource.rc_mac_menu
# COMMAND ${CMAKE_COMMAND} -E copy
# ${CMAKE_CURRENT_SOURCE_DIR}/resource.rc ${CMAKE_CURRENT_BINARY_DIR}
# COMMAND ${PHP_EXECUTABLE} ${SWELL_RESGEN} --quiet resource.rc
# DEPENDS ${SWELL_RESGEN}
# MAIN_DEPENDENCY resource.rc
# )
endif()

# if(WIN32)
Expand Down

0 comments on commit 5380d49

Please sign in to comment.