Skip to content

Commit aa15fbd

Browse files
committed
xrGame: add *.cxx files in cmake
1 parent 024fb27 commit aa15fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/utils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ macro(add_dir DIRS)
55
file( GLOB ${dir}__INCLUDES_H ${dir} ${dir}/*.h)
66
file( GLOB ${dir}__INCLUDES_HPP ${dir} ${dir}/*.hpp)
77
list( APPEND ${PROJECT_NAME}__INCLUDES ${${dir}__INCLUDES_H} ${${dir}__INCLUDES_HPP} )
8-
file( GLOB ${dir}__SOURCES_CPP ${dir} ${dir}/*.cpp)
8+
file( GLOB ${dir}__SOURCES_CPP ${dir} ${dir}/*.cpp ${dir}/*.cxx)
99
file( GLOB ${dir}__SOURCES_C ${dir} ${dir}/*.c)
1010
list( APPEND ${PROJECT_NAME}__SOURCES ${${dir}__SOURCES_C} ${${dir}__SOURCES_CPP} )
1111
endforeach()

0 commit comments

Comments
 (0)