Skip to content

Commit 1faab78

Browse files
committed
Build static libraries
1 parent cb8bcf6 commit 1faab78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22
project(CMakeSFMLProject LANGUAGES CXX)
33

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

67
include(FetchContent)
78
FetchContent_Declare(SFML

0 commit comments

Comments
 (0)