File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -511,18 +511,18 @@ endmacro()
511
511
# just gather all the header files and later put them into project so it's easy to search for things using IDE
512
512
file (GLOB_RECURSE NABLA_HEADERS_PRIV1 "*.h" )
513
513
file (GLOB_RECURSE NABLA_HEADERS_PRIV2 "${NBL_ROOT_PATH} /src/nbl/*.h" )
514
- set (NABLA_HEADERS "${CMAKE_CURRENT_BINARY_DIR} /include/nabla.h" ${NABLA_HEADERS_PUBLIC} ${NABLA_HEADERS_PIRV1} ${NABLA_HEADERS_PRIV2} )
515
514
516
515
#always install builtins (some may be included in cpp regardless if embedded or not)
517
516
foreach (X IN LISTS nbl_resources_to_embed )
518
517
list (APPEND NABLA_HEADERS_PUBLIC ${NBL_ROOT_PATH} /include/${X} )
519
518
endforeach ()
520
519
520
+ set (NABLA_HEADERS "${CMAKE_CURRENT_BINARY_DIR} /include/nabla.h" ${NABLA_HEADERS_PUBLIC} ${NABLA_HEADERS_PIRV1} ${NABLA_HEADERS_PRIV2} )
521
+
521
522
# declare the library!
522
523
add_library (Nabla STATIC
523
524
${NABLA_SRCS_COMMON}
524
525
${NABLA_HEADERS}
525
- ${nbl_resources_to_embed}
526
526
$< TARGET_OBJECTS:aesGladman>
527
527
$< TARGET_OBJECTS:bzip2>
528
528
$< TARGET_OBJECTS:lz4>
You can’t perform that action at this time.
0 commit comments