Clean files generated by MakeMaker when running cmake's make clean target
parent
23ec8266d9
commit
604b7f4ccc
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue