create /apps/temapltes/ structure, clean up cmake files to use directory name for binary name directly
This commit is contained in:
8
apps/templates/lua/CMakeLists.txt
Normal file
8
apps/templates/lua/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
project(twngame LANGUAGES C)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Debug)
|
||||
endif()
|
||||
|
||||
add_subdirectory($ENV{TWNROOT}/apps/twnlua ${CMAKE_CURRENT_BINARY_DIR}/twnlua)
|
Reference in New Issue
Block a user