mirror of
https://github.com/enduro2d/enduro2d-toolset.git
synced 2025-12-14 12:18:32 +07:00
move model_converter from main e2d repo
This commit is contained in:
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.11 FATAL_ERROR)
|
||||
project(enduro2d-toolset)
|
||||
|
||||
option(E2D_BUILD_MODEL_CONVERTER "Build model converter" ON)
|
||||
if(E2D_BUILD_MODEL_CONVERTER)
|
||||
add_subdirectory(model_converter)
|
||||
endif()
|
||||
Reference in New Issue
Block a user