Better platform separation along with Windows implementation (Linux refactorings still untested)

This commit is contained in:
2016-11-11 19:30:55 +01:00
parent 938117c92b
commit a9c383ee77
9 changed files with 171 additions and 8 deletions
+3
View File
@@ -40,5 +40,8 @@ set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS
$<$<CONFIG:RelWithDebInfo>:DEBUG>
)
set(Boost_USE_STATIC_LIBS on)
add_definitions(-DBOOST_ALL_NO_LIB)
include_directories(${PROJECT_SOURCE_DIR}/src)
add_subdirectory(src)