Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #87 from elmato/fix-implicit-dependencies-contract…
Browse files Browse the repository at this point in the history
…-source-files

Fix implicit dependencies of contracts source files
  • Loading branch information
bytemaster authored Jul 18, 2017
2 parents a6cd2e5 + 54f0b61 commit 400d57d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeModules/wasm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,7 @@ macro(add_wast_target target SOURCE_FILES INCLUDE_FOLDERS DESTINATION_FOLDER)
)

add_custom_target(${target} ALL DEPENDS ${DESTINATION_FOLDER}/${target}.wast.hpp)
set_property(TARGET ${target} PROPERTY INCLUDE_DIRECTORIES ${INCLUDE_FOLDERS})


endmacro(add_wast_target)

0 comments on commit 400d57d

Please sign in to comment.