mirror of https://github.com/Chlumsky/msdfgen.git
Add headers that were missed so they are included in IDE projects.
This commit is contained in:
parent
746767a62b
commit
6f67a32529
|
|
@ -50,6 +50,7 @@ endfunction(folderize_sources)
|
|||
|
||||
file(GLOB_RECURSE msdfgen_HEADERS
|
||||
"core/*.h"
|
||||
"core/*.hpp"
|
||||
"lib/*.h"
|
||||
"ext/*.h"
|
||||
"include/*.h"
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue