Skip to content

Commit b341667

Browse files
rootroot
authored andcommitted
modify source/src_lcao/CMakeLists.txt
1 parent b97c8d7 commit b341667

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/src_lcao/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ add_library(
6464
OBJECT
6565
${objects}
6666
)
67+
68+
IF (BUILD_TESTING)
69+
add_subdirectory(test)
70+
endif()

0 commit comments

Comments
 (0)