mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Changed: #1102 Explicitly link nelmisc in ig_lighter.
This commit is contained in:
parent
d29cbc023b
commit
e3a11741cb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FILE(GLOB SRC *.cpp *.h ../ig_lighter_lib/*.cpp ../ig_lighter_lib/*.h)
|
|||
|
||||
ADD_EXECUTABLE(ig_lighter ${SRC})
|
||||
|
||||
TARGET_LINK_LIBRARIES(ig_lighter ${PLATFORM_LINKFLAGS} nel3d nelpacs)
|
||||
TARGET_LINK_LIBRARIES(ig_lighter ${PLATFORM_LINKFLAGS} nelmisc nel3d nelpacs)
|
||||
NL_DEFAULT_PROPS(ig_lighter "NeL, Tools, 3D: ig_lighter")
|
||||
NL_ADD_RUNTIME_FLAGS(ig_lighter)
|
||||
|
||||
|
|
Loading…
Reference in a new issue