diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-31 01:14:50 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-31 01:14:50 +0000 |
| commit | 642187dc1c99cc041f181438473cda8894564c8b (patch) | |
| tree | 83fd0a096ccf4319b09bfa86eeba945fa908b681 /src/CMakeLists.txt | |
| parent | 5c32d3b24ceec2005c38ec7e3335fead43b26d1d (diff) | |
Finish removing of #include of driver files, remove FL_LIBRARY_CMAKE.
Now all graphics drivers are compiled as individual files depending
on the platform and configuration. The preprocessor macro FL_LIBRARY_CMAKE
is now obsolete and has been removed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11093 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index feda5cabb..b28fff13b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -265,14 +265,6 @@ set(CFILES fl_utf.c ) -# Add preprocessor macro FL_LIBRARY_CMAKE temporarily until the build -# system transition is completed. -# *** currently LINUX only *** - -if (UNIX) - add_definitions(-DFL_LIBRARY_CMAKE) -endif (UNIX) - add_definitions(-DFL_LIBRARY) if(APPLE AND NOT OPTION_APPLE_X11) |
