fix(CMakeLists): DLL generation
This commit is contained in:
parent
498afc1e6f
commit
8746484b8f
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ endif()
|
|||
set(CMAKE_EXE_LINKER_FLAGS_TESTCOV "${CMAKE_EXE_LINKER_FLAGS} -fprofile-arcs -ftest-coverage")
|
||||
add_library(leanstatic ${LEAN_OBJS})
|
||||
add_library(leanshared SHARED ${LEAN_OBJS})
|
||||
target_link_libraries(leanshared ${EXTRA_LIBS})
|
||||
|
||||
add_subdirectory(shell)
|
||||
add_subdirectory(emacs)
|
||||
|
|
Loading…
Reference in a new issue