GHOST: Solve compilation error of test programs

This commit is contained in:
Sergey Sharybin
2018-03-26 14:51:56 +02:00
parent 64e5f83133
commit 3c45fdd171
2 changed files with 4 additions and 1 deletions

View File

@@ -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}
)

View File

@@ -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();