added a new project that it's CreateBinaryH

This commit is contained in:
2023-01-30 10:00:34 +08:00
parent 05ab513b8b
commit 94ef9630d2

View File

@@ -7,6 +7,8 @@ macro(cm_example_project project_name)
endif()
IF(WIN32)
target_link_libraries(${project_name} PRIVATE ${HGL_MATH_LIB})
set_debugger_directory(${project_name} ${CMAKE_CURRENT_SOURCE_DIR})
target_sources(${project_name} PRIVATE ${CM_MANIFEST})