Skip to content

Commit

Permalink
Merge pull request #22 from dftlibs/robertodr-patch-2
Browse files Browse the repository at this point in the history
Make balboa target STATIC
  • Loading branch information
bast committed Mar 19, 2020
2 parents 97ea51b + 4ae0f14 commit 4b6da1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/balboa/balboa/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set_source_files_properties(${_generated_files} PROPERTIES GENERATED 1)

add_library(
balboa
SHARED
STATIC
Main.cpp
Main.h
ao_vector.cpp
Expand All @@ -63,6 +63,6 @@ target_include_directories(
${PROJECT_BINARY_DIR}/include
)

install(TARGETS balboa LIBRARY DESTINATION lib)
install(TARGETS balboa ARCHIVE DESTINATION lib)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/balboa.h DESTINATION include)
install(FILES ${PROJECT_BINARY_DIR}/include/balboa_export.h DESTINATION include)

0 comments on commit 4b6da1b

Please sign in to comment.