Quantcast
Channel: ADDITIONAL_MAKE_CLEAN_FILES on multiple targets - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by sakra for ADDITIONAL_MAKE_CLEAN_FILES on multiple targets

Use set_property instead of set_directory_properties:set_property(DIRECTORY PROPERTY ADDITIONAL_MAKE_CLEAN_FILES"${CMAKE_CURRENT_SOURCE_DIR}/foo""${CMAKE_CURRENT_SOURCE_DIR}/bar")

View Article



ADDITIONAL_MAKE_CLEAN_FILES on multiple targets

I think I've stumbled on a CMAKE bug, but I can't find enough info online to confirm. Upon make clean, I want to delete two folders: foo, and bar. My problem is that I can only delete one.This will...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images