move bits functions to separate file + fix missing defaults with disabled program_options on windows
This commit is contained in:
@ -18,6 +18,7 @@ option(DISABLE_BENCH "Disable building benchmarks" OFF)
|
||||
# Headers + Sources (excluding main.cpp)
|
||||
set(SOURCES
|
||||
src/backward.cpp
|
||||
src/bits.cpp
|
||||
src/graph_distances.cpp
|
||||
src/input_handler.cpp
|
||||
src/load_save.cpp
|
||||
@ -133,4 +134,4 @@ if(supported)
|
||||
set_property(TARGET masssprings PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
|
||||
else()
|
||||
message(STATUS "IPO / LTO not supported")
|
||||
endif()
|
||||
endif()
|
||||
Reference in New Issue
Block a user