Finally got CMake compilation to work.

Made sdna and srna work more like how the scons build system is doing it, with separate bf_rna and bf_dna libs being built.
This commit is contained in:
Nicholas Bishop
2008-12-31 04:47:01 +00:00
parent c556bbd67d
commit d1e836f75c
4 changed files with 74 additions and 7 deletions

View File

@@ -184,7 +184,7 @@ IF(UNIX)
SET(ZLIB_LIB z)
SET(LLIBS "-lXi -lutil -lc -lm -lpthread -lstdc++")
SET(LLIBS "-lXi -lutil -lc -lm -lpthread -lstdc++ -lX11 -ldl")
IF(WITH_OPENMP)
SET(LLIBS "${LLIBS} -lgomp")