added a new project that it's CreateBinaryH
This commit is contained in:
parent
05ab513b8b
commit
94ef9630d2
@ -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})
|
||||
@ -36,4 +38,4 @@ add_executable(SplitStringTest SplitStringTest.cpp)
|
||||
cm_example_project(SplitStringTest)
|
||||
|
||||
add_executable(CreateBinaryH CreateBinaryH.cpp)
|
||||
cm_example_project(CreateBinaryH)
|
||||
cm_example_project(CreateBinaryH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user