Skip to content

Commit

Permalink
Moving bindings and backends into src (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain authored Apr 9, 2024
1 parent 9d85af5 commit 020d609
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "qsym_backend/qsym"]
path = backends/qsym/qsym
path = src/backends/qsym/qsym
url = https://github.com/eurecom-s3/qsym.git
branch = symcc
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})

set(SYMCC_RT_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src")
set(SYMCC_RT_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/include")
set(SYMCC_RT_BACKEND_DIR "${CMAKE_CURRENT_SOURCE_DIR}/backends/${SYMCC_RT_BACKEND}")
set(SYMCC_RT_BACKEND_DIR "${SYMCC_RT_SRC_DIR}/backends/${SYMCC_RT_BACKEND}")

# There is list(TRANSFORM ... PREPEND ...), but it's not available before CMake 3.12.
set(SHARED_RUNTIME_SOURCES
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 020d609

Please sign in to comment.