comparison games/supertux/patch-boost.patch @ 807:2e0fe4608012

vanilla: add many missing files
author David Demelier <markand@malikania.fr>
date Sun, 18 Aug 2019 22:22:21 +0200
parents
children
comparison
equal deleted inserted replaced
806:58438f6471cf 807:2e0fe4608012
1 --- CMakeLists.txt.orig 2018-12-23 19:11:31.000000000 +0000
2 +++ CMakeLists.txt 2019-08-10 12:10:06.238118039 +0000
3 @@ -724,7 +724,7 @@
4 else()
5 add_executable(supertux2 src/main.cpp)
6 endif(WIN32)
7 -target_link_libraries(supertux2 supertux2_lib)
8 +target_link_libraries(supertux2 supertux2_lib Boost::filesystem Boost::locale)
9 set_target_properties(supertux2_lib PROPERTIES OUTPUT_NAME supertux2_lib)
10 set_target_properties(supertux2_lib PROPERTIES COMPILE_FLAGS "${SUPERTUX2_EXTRA_WARNING_FLAGS}")
11