Re: [CMake] Give program path of data directory at installation time

2011-06-07 Thread Jordi Gutiérrez Hermoso
2011/6/7 Jordi Gutiérrez Hermoso : > I have a Python script $program that should be installed under bin/, > but it needs a lot of data that should be installed under > share/$program/. I would like for the install Makefile target to > somehow modify $program to let it know the absolute pathname of

[CMake] Give program path of data directory at installation time

2011-06-07 Thread Jordi Gutiérrez Hermoso
I have a Python script $program that should be installed under bin/, but it needs a lot of data that should be installed under share/$program/. I would like for the install Makefile target to somehow modify $program to let it know the absolute pathname of where the data share/$program/ is, includin