comparison tools/tileset/CMakeLists.txt @ 189:f28cb6d04731

Misc: extreme refactoring
author David Demelier <markand@malikania.fr>
date Thu, 25 Oct 2018 21:36:14 +0200
parents 3107ce017c3a
children 74afc5a41c83
comparison
equal deleted inserted replaced
188:0cecdadfb5c4 189:f28cb6d04731
21 find_package(Boost REQUIRED QUIET COMPONENTS filesystem system) 21 find_package(Boost REQUIRED QUIET COMPONENTS filesystem system)
22 22
23 malikania_define_executable( 23 malikania_define_executable(
24 TARGET mlk-tileset 24 TARGET mlk-tileset
25 INCLUDES ${Boost_INCLUDE_DIRS} 25 INCLUDES ${Boost_INCLUDE_DIRS}
26 LIBRARIES ${Boost_LIBRARIES} json libmlk-common 26 LIBRARIES ${Boost_LIBRARIES} json libmlk
27 SOURCES ${mlk-tileset_SOURCE_DIR}/main.cpp 27 SOURCES ${mlk-tileset_SOURCE_DIR}/main.cpp
28 ) 28 )