update cmake to add LFDB and force C++11

This commit is contained in:
Grant Limberg 2019-08-01 14:36:35 -07:00
commit 39ad7bc741
4 changed files with 11 additions and 2 deletions

View file

@ -48,3 +48,5 @@ elseif(UNIX)
endif(WIN32)
add_library(${PROJECT_NAME} STATIC ${src} ${headers})
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)