mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-11 20:09:04 +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()
|
||||
|
||||
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()
|
||||
|
||||
if(exe_LIB_DEPS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user