mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-02 13:35:33 +00:00
formatting and removed one cmake message
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@822 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -28,7 +28,7 @@ TARGET_LINK_LIBRARIES(projectM GLEW m)
|
||||
|
||||
IF(USE_FTGL)
|
||||
if (FTGL_FOUND)
|
||||
MESSAGE("FTGL font support was detected are enabled.")
|
||||
MESSAGE(STATUS "FTGL font support was detected and enabled.")
|
||||
else (FTGL_FOUND)
|
||||
MESSAGE(
|
||||
"Warning! FTGL has been enabled but not detected. Your compilation will probably break. Turn off FTGL support by setting USE_FTGL to false, or visit http://ftgl.wiki.sourceforge.net/ for help on installing FTGL.")
|
||||
|
||||
@ -17,16 +17,11 @@ set(QT_USE_OPENGL TRUE)
|
||||
# -> this will cause cmake to include and link against the OpenGL module
|
||||
include(${QT_USE_FILE} FindPkgConfig.cmake)
|
||||
|
||||
#pkg_search_module(PROJECTM REQUIRED libprojectM)
|
||||
|
||||
ADD_DEFINITIONS(-DLINUX -DPROJECTM_PREFIX='"${PROJECTM_PREFIX}"')
|
||||
ADD_DEFINITIONS(${QT_DEFINITIONS})
|
||||
ADD_DEFINITIONS(-DQT_PLUGIN)
|
||||
ADD_DEFINITIONS(-DQT_NO_DEBUG)
|
||||
|
||||
|
||||
|
||||
|
||||
ADD_DEFINITIONS(-DQT_SHARED)
|
||||
|
||||
# the variable "qprojectM_SRCS" contains all .cpp files of this project
|
||||
|
||||
Reference in New Issue
Block a user