save list of files used for compilation
helpful for debugging and creating automated documentation
This commit is contained in:
parent
c628c028dc
commit
519bb857d7
|
@ -29,3 +29,7 @@ else()
|
||||||
exec_program(mktemp ARGS -d OUTPUT_VARIABLE black_hole)
|
exec_program(mktemp ARGS -d OUTPUT_VARIABLE black_hole)
|
||||||
install(PROGRAMS ${nothing} DESTINATION ${black_hole})
|
install(PROGRAMS ${nothing} DESTINATION ${black_hole})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
string(REPLACE ";" "\n" sources "${damask-sources};${solver-sources}")
|
||||||
|
message(${CMAKE_BINARY_DIR})
|
||||||
|
file(WRITE ${CMAKE_BINARY_DIR}/sources.txt ${sources})
|
||||||
|
|
Loading…
Reference in New Issue