mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-22 18:19:58 +00:00
start moving to another architecture
This commit is contained in:
13
mathmech/mm/CMakeLists.txt
Normal file
13
mathmech/mm/CMakeLists.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# set project name
|
||||
set (PROJECT mm)
|
||||
# set additional cmake file
|
||||
include (${PROJECT}.cmake)
|
||||
if (ADD_DOCS)
|
||||
include (doxygen.cmake)
|
||||
endif ()
|
||||
|
||||
# additional targets
|
||||
set (TARGETS "")
|
||||
set (HEADERS "")
|
||||
|
||||
add_subdirectory (${PROJECT_SOURCE_DIR})
|
Reference in New Issue
Block a user