source: trunk/share/CMakeLists.txt @ 1954

Last change on this file since 1954 was 1954, checked in by Takeshi Nakazato, 13 years ago

New Development: Yes

JIRA Issue: Yes CAS-2668

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Preliminary version of CMakeLists.txt files.

*NOTE*
Part of library search is hard-coded, so this is not a
complete cross-platform system.


File size: 272 bytes
Line 
1###
2# CMakeLists.txt for shared files
3###
4
5# root for shared
6set( SHAREDROOT ${ASAP_SOURCE_DIR} )
7set( SHAREDDIR ${PYTHONROOT}/share )
8
9# python modules
10set( SHARED_FILES
11     ipythonrc-asap )
12
13install( FILES ${SHARED_FILES}
14         DESTINATION ${SHARED_INSTALL_DIR} )
Note: See TracBrowser for help on using the repository browser.