harfang3d/languages/CMakeLists.txt
2021-10-13 14:40:31 +02:00

12 lines
168 B
CMake

if(HG_BUILD_HG_LUA)
add_subdirectory(hg_lua)
endif()
if(HG_BUILD_HG_PYTHON)
add_subdirectory(hg_python)
endif()
if(HG_BUILD_HG_GO)
add_subdirectory(hg_go)
endif()