mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 02:19:03 +08:00
Fix typo in CMake macro draco_add_executable()
$lib_NAME -> $exe_NAME.
This commit is contained in:
parent
9d20a3b7e9
commit
e812c9e195
@ -130,7 +130,7 @@ macro(draco_add_executable)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS AND (MSVC OR WIN32))
|
if(BUILD_SHARED_LIBS AND (MSVC OR WIN32))
|
||||||
target_compile_definitions(${lib_NAME} PRIVATE "DRACO_BUILDING_DLL=0")
|
target_compile_definitions(${exe_NAME} PRIVATE "DRACO_BUILDING_DLL=0")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(exe_LIB_DEPS)
|
if(exe_LIB_DEPS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user