Clean files generated by MakeMaker when running cmake's make clean target

pull/233/head
Kfir Itzhak 2013-10-29 11:21:23 +02:00
parent 23ec8266d9
commit 604b7f4ccc
1 changed files with 2 additions and 5 deletions

View File

@ -18,8 +18,5 @@ add_custom_target(zmperlmodules ALL perl Makefile.PL FIRST_MAKEFILE=MakefilePerl
# Add install target for the perl modules
install(DIRECTORY output/ DESTINATION "${CMAKE_INSTALL_PREFIX}")
# Add additional commands to make clean
set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "output;blib;pm_to_blib;MakefilePerl")