mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-22 01:59:58 +00:00
Editet cmakelists
This commit is contained in:
@ -6,6 +6,16 @@ set (COMPS mathmech
|
||||
mm_trj
|
||||
mm_trj2pdb)
|
||||
|
||||
# install options
|
||||
set (MM_PREFIX "mm_" CACHE STRING "Prefix for mathmech tools")
|
||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
set (QWT_INCLUDE_PATH "/usr/include" CACHE STRING "Path to qwt include")
|
||||
set (QWT_LIBRARY_PATH "/usr/lib" CACHE STRING "Path to qwt library")
|
||||
else ()
|
||||
set (QWT_INCLUDE_PATH "C:/Qwt-6.1.0/include" CACHE STRING "Path to qwt include")
|
||||
set (QWT_LIBRARY_PATH "C:/Qwt-6.1.0/lib" CACHE STRING "Path to qwt library")
|
||||
endif()
|
||||
|
||||
foreach (COMP ${COMPS})
|
||||
add_subdirectory (${COMP})
|
||||
endforeach()
|
Reference in New Issue
Block a user