Added JS engine.
This commit is contained in:
@@ -11,7 +11,7 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
#Include
|
||||
include(FetchContent)
|
||||
|
||||
################################ Setting Degs ##################################
|
||||
################################ Setting Defs ##################################
|
||||
set(SETTING_PLATFORM_GLFW 1)
|
||||
set(SETTING_PLATFORM_SDL 2)
|
||||
|
||||
@@ -130,6 +130,10 @@ if(NOT cglm_FOUND)
|
||||
endif()
|
||||
target_link_libraries(${PROJECT_NAME} cglm)
|
||||
|
||||
# Duktape
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/lib/duktape)
|
||||
target_link_libraries(${PROJECT_NAME} duktape)
|
||||
|
||||
# OpenGL
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
|
Reference in New Issue
Block a user