GHOST: Solve compilation error of test programs
This commit is contained in:
@@ -204,6 +204,7 @@ target_link_libraries(gears_c
|
||||
string_lib
|
||||
${OPENGL_gl_LIBRARY}
|
||||
${OPENGL_glu_LIBRARY}
|
||||
${CMAKE_DL_LIBS}
|
||||
${PLATFORM_LINKLIBS}
|
||||
)
|
||||
|
||||
@@ -218,6 +219,7 @@ target_link_libraries(gears_cpp
|
||||
string_lib
|
||||
${OPENGL_gl_LIBRARY}
|
||||
${OPENGL_glu_LIBRARY}
|
||||
${CMAKE_DL_LIBS}
|
||||
${PLATFORM_LINKLIBS}
|
||||
)
|
||||
|
||||
@@ -251,5 +253,6 @@ target_link_libraries(multitest_c
|
||||
${OPENGL_glu_LIBRARY}
|
||||
${FREETYPE_LIBRARY}
|
||||
${ZLIB_LIBRARIES}
|
||||
${CMAKE_DL_LIBS}
|
||||
${PLATFORM_LINKLIBS}
|
||||
)
|
||||
|
@@ -949,7 +949,7 @@ int main(int argc, char **argv)
|
||||
MultiTestApp *app;
|
||||
|
||||
#ifndef USE_BMF
|
||||
BLF_init(11, 72);
|
||||
BLF_init();
|
||||
#endif
|
||||
|
||||
app = multitestapp_new();
|
||||
|
Reference in New Issue
Block a user