|
@@ -121,7 +121,7 @@ macro(nice_get_source_files)
|
|
|
endmacro()
|
|
|
|
|
|
macro(nice_build_library)
|
|
|
- ADD_LIBRARY("nice_${the_library}" ${NICE_BUILD_LIBS_STATIC_SHARED} ${nice_${the_library}_HDR} ${nice_${the_library}_SRC})
|
|
|
+ ADD_LIBRARY("nice_${the_library}" ${nice_${the_library}_HDR} ${nice_${the_library}_SRC})
|
|
|
TARGET_LINK_LIBRARIES("nice_${the_library}" ${nice_${the_library}_LINKING_DEPENDENCIES})
|
|
|
#TARGET_LINK_LIBRARIES("nice_${the_library}" ${nice_${the_library}_LINKING_DEPENDENCIES} ${Boost_LIBRARIES} ${OPENGL_LIBRARY} ${GLUT_LIBRARY} ${QT_LIBRARIES})
|
|
|
SET_PROPERTY(TARGET "nice_${the_library}" PROPERTY FOLDER "library")
|