mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 06:34:23 +00:00
feat: add vec4 functions
This commit is contained in:
@@ -4,8 +4,7 @@ project(t3dsr C)
|
||||
set(CMAKE_C_STANDARD 17)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra")
|
||||
|
||||
include_directories(src)
|
||||
|
||||
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.c)
|
||||
file(GLOB_RECURSE HEADERS CONFIGURE_DEPENDS src/*.h)
|
||||
|
||||
add_executable(main ${SOURCES})
|
||||
add_executable(main ${SOURCES} ${HEADERS})
|
||||
Reference in New Issue
Block a user