mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-13 02:59:00 +08:00
Merge pull request #666 from google/cmake_typo_fix
Fix typo in CMake macro draco_add_executable()
This commit is contained in:
commit
8f9ebcdb9f
@ -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