mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-15 06:45:50 +00:00
Release statgen-1.0.1
This commit is contained in:
@ -10,8 +10,8 @@ include (${PROJECT}.cmake)
|
||||
|
||||
|
||||
# additional options
|
||||
OPTION (WITH_DEBUG_MODE "Build with debug mode" ON)
|
||||
OPTION (ADD_INCLUDE "Add include files" ON)
|
||||
OPTION (WITH_DEBUG_MODE "Build with debug mode" OFF)
|
||||
OPTION (ADD_INCLUDE "Add include files" OFF)
|
||||
|
||||
# set libraries
|
||||
set (LIBRARIES)
|
||||
@ -28,6 +28,4 @@ set (LIBRARIES)
|
||||
set (TARGETS "")
|
||||
set (HEADERS "")
|
||||
|
||||
message (STATUS "SOURCES: ${SOURCES}")
|
||||
|
||||
add_subdirectory (src)
|
Reference in New Issue
Block a user