Skip to content

Commit

Permalink
RELEASE 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmineCella committed Feb 13, 2024
1 parent 3c49ade commit 24403b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ target_include_directories(makeref

# rebuild documentation
add_custom_command(TARGET makeref POST_BUILD
COMMAND $<TARGET_FILE:makeref> ../../docs/reference.md ../../src/f8.h ../../src/core.h ../../src/system.h ../../src/signals.h ../../src/plotting.h ../../src/stdlib.tcl
# COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:orchestrate> ${PROJECT_SOURCE_DIR}/../../build/bin/
COMMENT "Rebuilding documentation..."
COMMAND $<TARGET_FILE:makeref> ../../docs/reference.md ../../src/f8.h ../../src/core.h ../../src/system.h ../../src/signals.h ../../src/plotting.h ../../src/stdlib.tcl
)
Binary file added releases/version_0.5.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ INSTALL(
RUNTIME DESTINATION bin
LIBRARY DESTINATION $ENV{HOME}/.f8
ARCHIVE DESTINATION $ENV{HOME}/.f8)

# add_custom_command(TARGET f8 POST_BUILD
# COMMAND ${CMAKE_COMMAND} -E make_directory ${PROJECT_SOURCE_DIR}/../../build/bin/
# COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:f8> ${PROJECT_SOURCE_DIR}/../../build/bin/
# )

0 comments on commit 24403b0

Please sign in to comment.