comparison mlk-adventure/CMakeLists.txt @ 315:3bfaaf5342a9

cmake: add support for Visual Studio 2019
author David Demelier <markand@malikania.fr>
date Wed, 22 Sep 2021 10:04:15 +0200
parents d01e83210ca2
children
comparison
equal deleted inserted replaced
314:d01e83210ca2 315:3bfaaf5342a9
20 20
21 mlk_executable( 21 mlk_executable(
22 NAME mlk-adventure 22 NAME mlk-adventure
23 SOURCES ${mlk-adventure_SOURCE_DIR}/main.c 23 SOURCES ${mlk-adventure_SOURCE_DIR}/main.c
24 LIBRARIES libmlk-adventure 24 LIBRARIES libmlk-adventure
25 INSTALL
25 ) 26 )
26 27
27 source_group("" FILES ${mlk-adventure_SOURCE_DIR}/main.c) 28 source_group("" FILES ${mlk-adventure_SOURCE_DIR}/main.c)