comparison examples/animation/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
comparison
equal deleted inserted replaced
204:18e442a52f29 205:c973501abe36
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 malikania_define_example( 19 malikania_define_example(
20 TARGET animation 20 TARGET animation
21 LIBRARIES libmlk-client ${SDL2MAIN_LIBRARY} 21 LIBRARIES ${SDL2MAIN_LIBRARIES} libmlk-client
22 SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp 22 SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp
23 ) 23 )
24