diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-03-03 00:07:17 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-03-03 00:07:17 +0000 |
| commit | fcdc7f1212f2b1cc44375f2764d2752dd257a40d (patch) | |
| tree | 43e3e903a1a55f082e10a66d25305b7dd90d8ee3 /src/CMakeLists.txt | |
| parent | 2d52a3494dcf1574287fed0c5ad89009de2b59e0 (diff) | |
Made Pico/SDL setup compile and run some minimal code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index de548cf13..b4a105db0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -397,7 +397,7 @@ if(USE_X11) endif(USE_X11) if (USE_SDL) - target_link_libraries(fltk ${SDL2_LIBRARIES}) + target_link_libraries(fltk ${SDL2_LIBRARY}) endif(USE_SDL) if(WIN32) @@ -480,7 +480,7 @@ if(USE_X11) endif(USE_X11) if (USE_SDL) - target_link_libraries(fltk ${SDL2_LIBRARIES}) + target_link_libraries(fltk ${SDL2_LIBRARY}) endif(USE_SDL) if(WIN32) |
