Skip to content

Commit

Permalink
Build static libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Oct 23, 2023
1 parent cb8bcf6 commit 1faab78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.16)
project(CMakeSFMLProject LANGUAGES CXX)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)

include(FetchContent)
FetchContent_Declare(SFML
Expand Down

0 comments on commit 1faab78

Please sign in to comment.