Merge branch 'master' of https://github.com/hyzboy/CMExamples
This commit is contained in:
commit
866796bf69
@ -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})
|
||||
@ -41,4 +43,5 @@ add_executable(CreateBinaryH CreateBinaryH.cpp)
|
||||
cm_example_project(CreateBinaryH)
|
||||
|
||||
add_executable(NormalCompressTest NormalCompressTest.cpp)
|
||||
CM_EXAMPLE_PROJECT(NormalCompressTest)
|
||||
CM_EXAMPLE_PROJECT(NormalCompressTest)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user