wyvrnpm 2.22.0 → 2.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -225,6 +225,13 @@ function(SETUP_EXE target)
225
225
  add_executable(${target} ${_sources})
226
226
  endif()
227
227
 
228
+ target_include_directories(${target}
229
+ PUBLIC
230
+ $<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/${target}>
231
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
232
+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
233
+ )
234
+
228
235
  _wyvrn_apply_compiler_flags(${target})
229
236
  source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${_sources})
230
237
  endfunction()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wyvrnpm",
3
- "version": "2.22.0",
3
+ "version": "2.22.1",
4
4
  "description": "A simple, static-hosting-compatible C++ package manager",
5
5
  "keywords": [
6
6
  "c++",