Skip to content

Commit

Permalink
Merge pull request #113 from casm-lang/feature/35_traits
Browse files Browse the repository at this point in the history
Trait-Based Construct
  • Loading branch information
ppaulweber committed Jun 11, 2021
2 parents 918143b + 9d03c56 commit e9c6f2a
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -87,7 +87,7 @@ add_custom_target( ${PROJECT}
add_custom_target( ${PROJECT}-check
COMMAND
${CMAKE_COMMAND} -E copy
${CMAKE_SOURCE_DIR}/src/${PROJECT}-test
${CMAKE_SOURCE_DIR}/var/${PROJECT}-test
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT}-check
WORKING_DIRECTORY
${PROJECT_SOURCE_DIR}
Expand All @@ -101,7 +101,7 @@ add_custom_target( ${PROJECT}-check
add_custom_target( ${PROJECT}-run
COMMAND
${CMAKE_COMMAND} -E copy
${CMAKE_SOURCE_DIR}/src/${PROJECT}-benchmark
${CMAKE_SOURCE_DIR}/var/${PROJECT}-benchmark
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT}-run
WORKING_DIRECTORY
${PROJECT_SOURCE_DIR}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e9c6f2a

Please sign in to comment.