diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-17 04:25:09 +0000 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-17 04:25:09 +0000 |
commit | 2e88432af2303327fa504cb452ee0a580e066f03 (patch) | |
tree | d51367aba3c360a4e8ab5e0f55642c1d8a96eb7b /chill/CMakeLists.txt | |
parent | 7717fda8cdb8499514407238c4822914f6bb9e5f (diff) | |
download | chill-2e88432af2303327fa504cb452ee0a580e066f03.tar.gz chill-2e88432af2303327fa504cb452ee0a580e066f03.tar.bz2 chill-2e88432af2303327fa504cb452ee0a580e066f03.zip |
Further cleanup
Diffstat (limited to 'chill/CMakeLists.txt')
-rw-r--r-- | chill/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chill/CMakeLists.txt b/chill/CMakeLists.txt index 49e4937..e50b411 100644 --- a/chill/CMakeLists.txt +++ b/chill/CMakeLists.txt @@ -47,7 +47,7 @@ link_directories(${ROSEHOME}/lib ${BOOSTOME}/lib) include_directories( include - ${PROJECT_SOURCE_DIR}/omegalib/include + ${PROJECT_SOURCE_DIR}/omegalib/include ${ROSEHOME}/include ${ROSEHOME}/include/rose ${BOOSTHOME}/include |