Skip to content

Commit 5b07bd0

Browse files
committed
Mv common.fypp and adapt CMakeLists.txt
1 parent c086185 commit 5b07bd0

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ list(
6565
"-DPROJECT_VERSION_MAJOR=${PROJECT_VERSION_MAJOR}"
6666
"-DPROJECT_VERSION_MINOR=${PROJECT_VERSION_MINOR}"
6767
"-DPROJECT_VERSION_PATCH=${PROJECT_VERSION_PATCH}"
68+
"-I${PROJECT_SOURCE_DIR}/include"
6869
)
6970

7071
add_subdirectory(src)
File renamed without changes.

test/CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ macro(ADDTEST name)
1010
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
1111
endmacro(ADDTEST)
1212

13-
list(
14-
APPEND fyppFlags
15-
"-I${PROJECT_SOURCE_DIR}/src"
16-
)
17-
1813
add_subdirectory(array)
1914
add_subdirectory(ascii)
2015
add_subdirectory(bitsets)

0 commit comments

Comments
 (0)