annotate libcommon/CMakeLists.txt @ 110:119bcc5a727e

Misc: replace copyrights, closes #655
author David Demelier <markand@malikania.fr>
date Tue, 05 Sep 2017 14:06:31 +0200
parents 385ba70b93e3
children 37df5aa9ba82
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
1 #
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
2 # CMakeLists.txt -- CMake build system for malikania
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
3 #
110
119bcc5a727e Misc: replace copyrights, closes #655
David Demelier <markand@malikania.fr>
parents: 104
diff changeset
4 # Copyright (c) 2013-2017 David Demelier <markand@malikania.fr>
33
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
5 #
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
6 # Permission to use, copy, modify, and/or distribute this software for any
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
7 # purpose with or without fee is hereby granted, provided that the above
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
8 # copyright notice and this permission notice appear in all copies.
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
9 #
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
10 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
11 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
12 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
13 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
14 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
17 #
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
18
67
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
19 project(libmlk-common)
49
2804ae55c70f CMake: big cleanup, closes #598
David Demelier <markand@malikania.fr>
parents: 42
diff changeset
20
33
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
21 set(
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
22 HEADERS
67
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
23 ${libmlk-common_SOURCE_DIR}/malikania/game.hpp
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
24 ${libmlk-common_SOURCE_DIR}/malikania/id.hpp
81
301599387b40 Common: remove class prefix in resources_locator|loader
David Demelier <markand@malikania.fr>
parents: 76
diff changeset
25 ${libmlk-common_SOURCE_DIR}/malikania/loader.hpp
301599387b40 Common: remove class prefix in resources_locator|loader
David Demelier <markand@malikania.fr>
parents: 76
diff changeset
26 ${libmlk-common_SOURCE_DIR}/malikania/locator.hpp
98
f4d23ad4aa27 Common: refactoring class mlk::size
David Demelier <markand@malikania.fr>
parents: 81
diff changeset
27 ${libmlk-common_SOURCE_DIR}/malikania/size.hpp
99
0addfab87b17 Common: implement basic tilesets, closes #664
David Demelier <markand@malikania.fr>
parents: 98
diff changeset
28 ${libmlk-common_SOURCE_DIR}/malikania/tileset.hpp
67
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
29 ${libmlk-common_SOURCE_DIR}/malikania/util.hpp
104
385ba70b93e3 Common: add weak_array class
David Demelier <markand@malikania.fr>
parents: 99
diff changeset
30 ${libmlk-common_SOURCE_DIR}/malikania/weak_array.hpp
33
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
31 )
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
32
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
33 set(
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
34 SOURCES
81
301599387b40 Common: remove class prefix in resources_locator|loader
David Demelier <markand@malikania.fr>
parents: 76
diff changeset
35 ${libmlk-common_SOURCE_DIR}/malikania/loader.cpp
301599387b40 Common: remove class prefix in resources_locator|loader
David Demelier <markand@malikania.fr>
parents: 76
diff changeset
36 ${libmlk-common_SOURCE_DIR}/malikania/locator.cpp
67
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
37 ${libmlk-common_SOURCE_DIR}/malikania/util.cpp
33
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
38 )
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
39
49
2804ae55c70f CMake: big cleanup, closes #598
David Demelier <markand@malikania.fr>
parents: 42
diff changeset
40 if (WITH_BACKEND MATCHES "SDL")
33
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
41 find_package(SDL2 REQUIRED)
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
42
67
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
43 list(APPEND HEADERS ${libmlk-common_SOURCE_DIR}/malikania/${WITH_BACKEND_DIR}/sdl_util.hpp)
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
44 list(APPEND SOURCES ${libmlk-common_SOURCE_DIR}/malikania/${WITH_BACKEND_DIR}/sdl_util.cpp)
33
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
45 list(APPEND INCLUDES ${SDL2_INCLUDE_DIRS})
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
46 list(APPEND LIBRARIES ${SDL2_LIBRARIES})
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
47 endif ()
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
48
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
49 if (WIN32)
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
50 list(APPEND LIBRARIES ws2_32)
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
51 endif ()
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
52
49
2804ae55c70f CMake: big cleanup, closes #598
David Demelier <markand@malikania.fr>
parents: 42
diff changeset
53 malikania_define_library(
67
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
54 PROJECT libmlk-common
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
55 TARGET libmlk-common
33
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
56 SOURCES ${HEADERS} ${SOURCES}
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
57 FLAGS "MALIKANIA_COMMON_BUILD"
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
58 PUBLIC_INCLUDES
55
576c35ccdff6 Common: add Boost include directories
David Demelier <markand@malikania.fr>
parents: 49
diff changeset
59 ${Boost_INCLUDE_DIRS}
33
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
60 ${INCLUDES}
67
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
61 $<BUILD_INTERFACE:${libmlk-common_SOURCE_DIR}/malikania>
913f59490e2d CMake: add mlk prefixes to libraries
David Demelier <markand@malikania.fr>
parents: 64
diff changeset
62 $<BUILD_INTERFACE:${libmlk-common_SOURCE_DIR}>
41
3645200f46bf Misc: switch to Boost.Timer, closes #586
David Demelier <markand@malikania.fr>
parents: 39
diff changeset
63 LIBRARIES
3645200f46bf Misc: switch to Boost.Timer, closes #586
David Demelier <markand@malikania.fr>
parents: 39
diff changeset
64 json
3645200f46bf Misc: switch to Boost.Timer, closes #586
David Demelier <markand@malikania.fr>
parents: 39
diff changeset
65 ${Boost_LIBRARIES}
3645200f46bf Misc: switch to Boost.Timer, closes #586
David Demelier <markand@malikania.fr>
parents: 39
diff changeset
66 ${LIBRARIES}
33
d4f5f7231b84 Misc: switch to .hpp, dos2unix everything while here, #478
David Demelier <markand@malikania.fr>
parents: 30
diff changeset
67 )