comparison tools/tileset/CMakeLists.txt @ 200:0a285d62ace7

windows: initial VS2017 support While here, do some cleanup in CMake files for a better hierarchy.
author David Demelier <markand@malikania.fr>
date Wed, 28 Nov 2018 22:01:55 +0100
parents 74afc5a41c83
children
comparison
equal deleted inserted replaced
199:9ef01392a7f1 200:0a285d62ace7
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 # 17 #
18 18
19 project(mlk-tileset) 19 project(mlk-tileset)
20 20
21 find_package(Boost REQUIRED QUIET COMPONENTS filesystem system)
22
23 malikania_define_executable( 21 malikania_define_executable(
24 TARGET mlk-tileset 22 TARGET mlk-tileset
25 INCLUDES ${Boost_INCLUDE_DIRS} 23 FOLDER "tools"
26 LIBRARIES ${Boost_LIBRARIES} libmlk 24 LIBRARIES libmlk
27 SOURCES ${mlk-tileset_SOURCE_DIR}/main.cpp 25 SOURCES ${mlk-tileset_SOURCE_DIR}/main.cpp
28 ) 26 )