核心第一版
This commit is contained in:
+1
-2
@@ -56,7 +56,7 @@ install(TARGETS Aethera_Kernel
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
install(DIRECTORY "${Aethera_Kernel_source_dir}/renderive"
|
||||
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
|
||||
FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp" PATTERN "*.inl")
|
||||
FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp" PATTERN "*.ipp" PATTERN "*.inl")
|
||||
if (Aethera_BUILD_TESTS)
|
||||
add_custom_target(Aethera_Kernel_check
|
||||
COMMAND "${CMAKE_CTEST_COMMAND}" --test-dir "${CMAKE_BINARY_DIR}"
|
||||
@@ -64,4 +64,3 @@ if (Aethera_BUILD_TESTS)
|
||||
DEPENDS ${Aethera_Kernel_test_targets}
|
||||
USES_TERMINAL)
|
||||
endif ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user