comparison libmlk-js/CMakeLists.txt @ 205:c973501abe36

windows: many fixes for MinGW and VS While here, add more options to malikania_define_library and do not put include directories to assets. Also remove some useless bits.
author David Demelier <markand@malikania.fr>
date Thu, 29 Nov 2018 12:57:30 +0100
parents 0a285d62ace7
children ac99f440ee44
comparison
equal deleted inserted replaced
204:18e442a52f29 205:c973501abe36
42 PROJECT libmlk-js 42 PROJECT libmlk-js
43 TARGET libmlk-js 43 TARGET libmlk-js
44 SOURCES ${SOURCES} 44 SOURCES ${SOURCES}
45 PUBLIC_INCLUDES 45 PUBLIC_INCLUDES
46 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}> 46 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
47 LIBRARIES 47 PUBLIC_LIBRARIES
48 Boost::boost 48 Boost::boost
49 Boost::dynamic_linking 49 Boost::dynamic_linking
50 Boost::disable_autolinking 50 Boost::disable_autolinking
51 Boost::timer 51 Boost::timer
52 libduktape 52 libduktape