Add pcg headers to IDEs

liquid_container
Nicolas Hake 2016-04-22 00:15:30 +02:00
parent 02c8dc970a
commit 8e11bbfd4c
1 changed files with 8 additions and 0 deletions

View File

@ -1024,6 +1024,14 @@ src/platform/C4TimeMilliseconds.h
src/zlib/gzio.c
src/zlib/gzio.h
src/zlib/zutil.h
# pcg is a header-only library which we're listing solely so MSVC shows
# the sources in the solution explorer. We could use an INTERFACE library
# but there is no point to that because we don't need it for non-IDE
# generators and support on IDE-targetting generators is nonexistant.
thirdparty/pcg/pcg_extras.hpp
thirdparty/pcg/pcg_random.hpp
thirdparty/pcg/pcg_uint128.hpp
)
target_link_libraries(libmisc ${ZLIB_LIBRARIES})