Hi, I need some CMAKE magic.
I am using a sample cmake that runs and builds my website.
However I run make 10 times as often as cmake, but I would like make to detect an update shtml file and run the makefsdata.py script if I have changed any of them.
Any suggestions for cmake changes to output make targets?
I am using a sample cmake that runs and builds my website.
Code:
message("Running makefsdata python script")execute_process(COMMAND python3 makefsdata.py WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR})
Any suggestions for cmake changes to output make targets?
Statistics: Posted by nospamcalfee — Sun Mar 02, 2025 12:46 am — Replies 0 — Views 47