Skip to content

Commit

Permalink
script refresh for linux, oss-cad-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Jan 20, 2024
1 parent 105e8c9 commit 7e942ea
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 @@ -155,8 +155,8 @@ else()

install(TARGETS silice RUNTIME DESTINATION bin/)
install(TARGETS libsilice ARCHIVE DESTINATION bin/)
install(FILES bin/silice-make.py DESTINATION bin/)
install(FILES bin/report-cycles.py DESTINATION bin/)
install(FILES bin/silice-make.py PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ DESTINATION bin/)
install(FILES bin/report-cycles.py PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ DESTINATION bin/)
install(DIRECTORY frameworks DESTINATION share/silice/)
install(DIRECTORY src/libs/LibSL-small DESTINATION share/silice/src/libs/)
add_definitions(-DFRAMEWORKS_DEFAULT_PATH=\"${CMAKE_INSTALL_PREFIX}/share/silice/frameworks\")
Expand Down

0 comments on commit 7e942ea

Please sign in to comment.