Skip to content
Snippets Groups Projects
Commit 68fad8f3 authored by Petr Rockai's avatar Petr Rockai
Browse files

cmake: Fix stringification for lart.h & vmutil.h.

parent 6a5abd62
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,9 @@ set( OPS_src "${CMAKE_SOURCE_DIR}/llvm/include/llvm/IR/Instruction.def" )
set( OPS_dest "divine/Instruction.def" )
file( COPY ${OPS_src} DESTINATION "divine" )
stringify( "runtime" ${CMAKE_CURRENT_BINARY_DIR} ${OPS_dest} )
stringify( "runtime" ${CMAKE_CURRENT_BINARY_DIR} libc/include/sys/divm.h )
foreach( hdr divm.h lart.h vmutil.h )
stringify( "runtime" ${CMAKE_CURRENT_BINARY_DIR} libc/include/sys/${hdr} )
endforeach()
stringlist( "runtime" runtime )
# vim: ft=cmake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment