comparison src/mlk-run/CMakeLists.txt @ 366:19782ea1cf4a

misc: start rebranding
author David Demelier <markand@malikania.fr>
date Sun, 24 Oct 2021 15:57:42 +0200
parents 68b9d010e081
children 460c78706989
comparison
equal deleted inserted replaced
365:06badab52877 366:19782ea1cf4a
1 # 1 #
2 # CMakeLists.txt -- CMake build system for Molko's Adventure 2 # CMakeLists.txt -- CMake build system for Molko's Engine
3 # 3 #
4 # Copyright (c) 2020-2021 David Demelier <markand@malikania.fr> 4 # Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
5 # 5 #
6 # Permission to use, copy, modify, and/or distribute this software for any 6 # Permission to use, copy, modify, and/or distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above 7 # purpose with or without fee is hereby granted, provided that the above
23 ${mlk-run_SOURCE_DIR}/main.c 23 ${mlk-run_SOURCE_DIR}/main.c
24 ) 24 )
25 25
26 mlk_executable( 26 mlk_executable(
27 NAME mlk-run 27 NAME mlk-run
28 INSTALL
28 SOURCES ${SOURCES} 29 SOURCES ${SOURCES}
29 LIBRARIES libmlk-core-js 30 LIBRARIES libmlk-core-js
30 ) 31 )