update
This commit is contained in:
@@ -14,6 +14,7 @@ endif()
|
||||
add_library(Gryphn ${SOURCE_FILES} ${METAL_FILES})
|
||||
target_include_directories(Gryphn PUBLIC ${CMAKE_SOURCE_DIR}/gryphn/src/)
|
||||
target_include_directories(Gryphn PUBLIC ${CMAKE_SOURCE_DIR}/gryphn/include/)
|
||||
target_include_directories(Gryphn PUBLIC ${CMAKE_SOURCE_DIR}/gryphn/src/utils)
|
||||
add_compile_definitions(GN_REVEAL_IMPL)
|
||||
|
||||
if(WIN32)
|
||||
|
@@ -1,20 +1,2 @@
|
||||
#pragma once
|
||||
#include <utils/gryphn_bool.h>
|
||||
#include <utils/gryphn_error_code.h>
|
||||
#include <utils/version/gryphn_version.h>
|
||||
#include <utils/math/gryphn_vec2.h>
|
||||
// #include <utils/math/gryphn_vec3.h>
|
||||
// #include <utils/math/gryphn_vec4.h>
|
||||
// #include <utils/types/gryphn_color.h>
|
||||
// #include <utils/types/gryphn_color_format.h>
|
||||
// #include <utils/types/gryphn_image_format.h>
|
||||
// #include <utils/strings/gryphn_string.h>
|
||||
|
||||
typedef uint32_t gnUInt;
|
||||
// typedef gnChar gnByte;
|
||||
// typedef unsigned char gnUByte;
|
||||
// typedef int gnInt;
|
||||
// typedef float gnFloat;
|
||||
// typedef size_t gnSize;
|
||||
|
||||
#define GN_EXPORT extern "C"
|
||||
#include <utils/gryphn_utils.h>
|
||||
|
Reference in New Issue
Block a user