mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: Fixed error in CMake IF() ENDIF() closure for nelmisc
This commit is contained in:
parent
be36011a0b
commit
e7ad47d040
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ IF(WITH_PCH AND NOT WITH_STATIC)
|
||||||
# acemtp: it's because my gcc is too old and cannot optimize this file
|
# acemtp: it's because my gcc is too old and cannot optimize this file
|
||||||
# removed the pch or we cannot define -O0 for the rgba specificaly
|
# removed the pch or we cannot define -O0 for the rgba specificaly
|
||||||
ADD_NATIVE_PRECOMPILED_HEADER(nelmisc ${CMAKE_CURRENT_SOURCE_DIR}/stdmisc.h ${CMAKE_CURRENT_SOURCE_DIR}/stdmisc.cpp)
|
ADD_NATIVE_PRECOMPILED_HEADER(nelmisc ${CMAKE_CURRENT_SOURCE_DIR}/stdmisc.h ${CMAKE_CURRENT_SOURCE_DIR}/stdmisc.cpp)
|
||||||
ENDIF(WITH_PCH)
|
ENDIF(WITH_PCH AND NOT WITH_STATIC)
|
||||||
|
|
||||||
NL_GEN_PC(nel-misc.pc)
|
NL_GEN_PC(nel-misc.pc)
|
||||||
INSTALL(TARGETS nelmisc LIBRARY DESTINATION lib ARCHIVE DESTINATION lib COMPONENT libraries)
|
INSTALL(TARGETS nelmisc LIBRARY DESTINATION lib ARCHIVE DESTINATION lib COMPONENT libraries)
|
||||||
|
|
Loading…
Reference in a new issue