Skip to content
Snippets Groups Projects
Commit 32f9a2e0 authored by Jonas Johan Solsvik's avatar Jonas Johan Solsvik :video_game:
Browse files

Merge branch 'patch-1' into 'master'

Remove use static libs from CMakeLists.tsx

See merge request !9
parents b2b812fd 5ac9ce6e
No related branches found
No related tags found
Loading
...@@ -3,7 +3,6 @@ cmake_minimum_required (VERSION 3.16.3 FATAL_ERROR) ...@@ -3,7 +3,6 @@ cmake_minimum_required (VERSION 3.16.3 FATAL_ERROR)
set(SRCDIR "${CMAKE_SOURCE_DIR}") set(SRCDIR "${CMAKE_SOURCE_DIR}")
set(BINDIR ${CMAKE_BINARY_DIR}) set(BINDIR ${CMAKE_BINARY_DIR})
set(SFML_USE_STATIC_STD_LIBS TRUE)
add_subdirectory("./external/sfml") add_subdirectory("./external/sfml")
set( set(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment