Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
anoobzg committed Jan 6, 2022
1 parent dde38bd commit f0a52dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

__assert_target(png)
__assert_target(zlib)

if(NOT GLM_INCLUDE_DIRS)
message(FATAL_ERROR "GLM_INCLUDE_DIRS Missing")
endif()

set(LIBS png cxbin trimesh2)
set(LIBS zlib png cxbin trimesh2)
set(INCS ${GLM_INCLUDE_DIRS})
set(DEFS GLM_FORCE_LEFT_HANDED THUMBNAIL_DLL)

Expand Down

0 comments on commit f0a52dc

Please sign in to comment.