Guest User

Untitled

a guest
Jul 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.34 KB | None | 0 0
  1. Index: CMakeLists.txt
  2. ===================================================================
  3. --- CMakeLists.txt  (revision 1095)
  4. +++ CMakeLists.txt  (working copy)
  5. @@ -24,4 +24,6 @@
  6.  target_link_libraries(WadGen ${PNG_LIBRARY})
  7.  if(WIN32)
  8.     target_link_libraries(WadGen comctl32)
  9. +elseif(UNIX)
  10. +        target_link_libraries(WadGen m)
  11.  endif(WIN32)
Add Comment
Please, Sign In to add comment