Changeset View
Changeset View
Standalone View
Standalone View
source/blender/datatoc/CMakeLists.txt
| # ***** BEGIN GPL LICENSE BLOCK ***** | # ***** BEGIN GPL LICENSE BLOCK ***** | ||||
| # | # | ||||
| # This program is free software; you can redistribute it and/or | # This program is free software; you can redistribute it and/or | ||||
| # modify it under the terms of the GNU General Public LicenseS | # modify it under the terms of the GNU General Public Licenses | ||||
| # as published by the Free Software Foundation; either version 2 | # as published by the Free Software Foundation; either version 2 | ||||
| # of the License, or (at your option) any later version. | # of the License, or (at your option) any later version. | ||||
| # | # | ||||
| Context not available. | |||||
| target_link_libraries(datatoc_icon ${PNG_LIBRARIES} ${ZLIB_LIBRARIES}) | target_link_libraries(datatoc_icon ${PNG_LIBRARIES} ${ZLIB_LIBRARIES}) | ||||
| # PNG library uses pow() and floow(), so seems -lm is required for proper | # PNG library uses pow() and floow(), so seems -lm is required for proper | ||||
| # workign binary. | # working binary. | ||||
| if(UNIX AND NOT APPLE) | if(UNIX AND NOT APPLE) | ||||
| target_link_libraries(datatoc_icon m) | target_link_libraries(datatoc_icon m) | ||||
| endif() | endif() | ||||
| Context not available. | |||||