diff --git a/.idea/runConfigurations/Deploy_Debug_x64_.xml b/.idea/runConfigurations/Deploy_Debug_x64_.xml
index d477afb..db1e8c5 100644
--- a/.idea/runConfigurations/Deploy_Debug_x64_.xml
+++ b/.idea/runConfigurations/Deploy_Debug_x64_.xml
@@ -9,7 +9,7 @@
-
+
diff --git a/.idea/runConfigurations/Deploy_Debug_x86_.xml b/.idea/runConfigurations/Deploy_Debug_x86_.xml
index 1a2615c..039fb5a 100644
--- a/.idea/runConfigurations/Deploy_Debug_x86_.xml
+++ b/.idea/runConfigurations/Deploy_Debug_x86_.xml
@@ -9,7 +9,7 @@
-
+
diff --git a/.idea/runConfigurations/Deploy_Extra_x64_.xml b/.idea/runConfigurations/Deploy_Extra_x64_.xml
index 01a4d13..b6b3f46 100644
--- a/.idea/runConfigurations/Deploy_Extra_x64_.xml
+++ b/.idea/runConfigurations/Deploy_Extra_x64_.xml
@@ -9,7 +9,7 @@
-
+
diff --git a/.idea/runConfigurations/Deploy_Extra_x86_.xml b/.idea/runConfigurations/Deploy_Extra_x86_.xml
index 1943362..bca6430 100644
--- a/.idea/runConfigurations/Deploy_Extra_x86_.xml
+++ b/.idea/runConfigurations/Deploy_Extra_x86_.xml
@@ -9,7 +9,7 @@
-
+
diff --git a/.idea/runConfigurations/Deploy_Release_x64_.xml b/.idea/runConfigurations/Deploy_Release_x64_.xml
index 8b46ee9..1e590b7 100644
--- a/.idea/runConfigurations/Deploy_Release_x64_.xml
+++ b/.idea/runConfigurations/Deploy_Release_x64_.xml
@@ -9,7 +9,7 @@
-
+
diff --git a/.idea/runConfigurations/Deploy_Release_x86_.xml b/.idea/runConfigurations/Deploy_Release_x86_.xml
index 372b7a7..bdfac8a 100644
--- a/.idea/runConfigurations/Deploy_Release_x86_.xml
+++ b/.idea/runConfigurations/Deploy_Release_x86_.xml
@@ -9,7 +9,7 @@
-
+
diff --git a/.idea/runConfigurations/Distribute_Release_.xml b/.idea/runConfigurations/Distribute_Release_.xml
index 91591e1..d819541 100644
--- a/.idea/runConfigurations/Distribute_Release_.xml
+++ b/.idea/runConfigurations/Distribute_Release_.xml
@@ -9,7 +9,7 @@
-
+
diff --git a/.idea/runConfigurations/spicetools_spice_laa.xml b/.idea/runConfigurations/spicetools_spice_laa.xml
new file mode 100644
index 0000000..8250703
--- /dev/null
+++ b/.idea/runConfigurations/spicetools_spice_laa.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/spicetools_stubs_nvEncodeAPI64.xml b/.idea/runConfigurations/spicetools_stubs_nvEncodeAPI64.xml
new file mode 100644
index 0000000..12bea90
--- /dev/null
+++ b/.idea/runConfigurations/spicetools_stubs_nvEncodeAPI64.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/spicetools_stubs_nvcuda.xml b/.idea/runConfigurations/spicetools_stubs_nvcuda.xml
new file mode 100644
index 0000000..9c6c228
--- /dev/null
+++ b/.idea/runConfigurations/spicetools_stubs_nvcuda.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/spicetools_stubs_nvcuvid.xml b/.idea/runConfigurations/spicetools_stubs_nvcuvid.xml
new file mode 100644
index 0000000..dde83a7
--- /dev/null
+++ b/.idea/runConfigurations/spicetools_stubs_nvcuvid.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6cf6ad5..95fe883 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -761,21 +761,3 @@ set_target_properties(spicetools_spice64 spicetools_stubs_kbt64 spicetools_stubs
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/archive64"
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/spicetools/64"
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/spicetools/64")
-
-# force include (temporary)
-function(target_force_include _target)
- cmake_parse_arguments(_IFORCE "" "" "QUOTE;REL_PATH;ABS_PATH" ${ARGN})
- get_target_property(_path_root ${_target} SOURCE_DIR)
- list(TRANSFORM _IFORCE_QUOTE PREPEND "SHELL:-include ")
- list(TRANSFORM _IFORCE_REL_PATH PREPEND "SHELL:-include ${_path_root}/")
- list(TRANSFORM _IFORCE_ABS_PATH PREPEND "SHELL:-include ")
- target_compile_options(${_target} PRIVATE
- ${_IFORCE_QUOTE} ${_IFORCE_REL_PATH} ${_IFORCE_ABS_PATH})
-endfunction()
-target_force_include(spicetools_spice QUOTE stdint.h)
-target_force_include(spicetools_stubs_kbt QUOTE stdint.h)
-target_force_include(spicetools_stubs_kld QUOTE stdint.h)
-target_force_include(spicetools_spice64 QUOTE stdint.h)
-target_force_include(spicetools_stubs_kbt64 QUOTE stdint.h)
-target_force_include(spicetools_stubs_kld64 QUOTE stdint.h)
-target_force_include(spicetools_cfg QUOTE stdint.h)