|
Last change
on this file since 1954 was 1954, checked in by Takeshi Nakazato, 15 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
|
| Rev | Line | |
|---|
| [1954] | 1 | ###
|
|---|
| 2 | # CMakeLists.txt for shared files
|
|---|
| 3 | ###
|
|---|
| 4 |
|
|---|
| 5 | # root for shared
|
|---|
| 6 | set( SHAREDROOT ${ASAP_SOURCE_DIR} )
|
|---|
| 7 | set( SHAREDDIR ${PYTHONROOT}/share )
|
|---|
| 8 |
|
|---|
| 9 | # python modules
|
|---|
| 10 | set( SHARED_FILES
|
|---|
| 11 | ipythonrc-asap )
|
|---|
| 12 |
|
|---|
| 13 | install( FILES ${SHARED_FILES}
|
|---|
| 14 | DESTINATION ${SHARED_INSTALL_DIR} )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.