Skip to content

Commit

Permalink
Merge pull request #49 from ckohnert/cmake
Browse files Browse the repository at this point in the history
Add headers that were missed so they are included in IDE projects.
  • Loading branch information
Chlumsky authored Apr 8, 2019
2 parents 208e76c + 6f67a32 commit ea5ae7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ endfunction(folderize_sources)

file(GLOB_RECURSE msdfgen_HEADERS
"core/*.h"
"core/*.hpp"
"lib/*.h"
"ext/*.h"
"include/*.h"
Expand All @@ -74,6 +75,6 @@ target_link_libraries(lib_msdfgen ${FREETYPE_LIBRARIES})

# Build the executable

add_executable(msdfgen main.cpp)
add_executable(msdfgen main.cpp msdfgen.h msdfgen-ext.h)
target_compile_definitions(msdfgen PRIVATE MSDFGEN_STANDALONE)
target_link_libraries(msdfgen lib_msdfgen)

0 comments on commit ea5ae7d

Please sign in to comment.