comparison tools/tileset/CMakeLists.txt @ 192:74afc5a41c83

Common: rewrite socket class, closes #911 @2h
author David Demelier <markand@malikania.fr>
date Sat, 27 Oct 2018 07:11:03 +0200
parents f28cb6d04731
children 0a285d62ace7
comparison
equal deleted inserted replaced
191:bfc6b9c9081a 192:74afc5a41c83
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 26 LIBRARIES ${Boost_LIBRARIES} libmlk
27 SOURCES ${mlk-tileset_SOURCE_DIR}/main.cpp 27 SOURCES ${mlk-tileset_SOURCE_DIR}/main.cpp
28 ) 28 )