Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 39b8397

Browse files
committed
Adding 'include' dir to CMakeLists.txt
1 parent b3d02ca commit 39b8397

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ FILE ( COPY export/ DESTINATION ${CMAKE_HOME_DIRECTORY}/Field3D)
6464
INCLUDE_DIRECTORIES ( . )
6565
INCLUDE_DIRECTORIES ( src )
6666
INCLUDE_DIRECTORIES ( export )
67+
INCLUDE_DIRECTORIES ( include )
6768
INCLUDE_DIRECTORIES ( ${ILMBASE_INCLUDE_DIRS} )
6869
INCLUDE_DIRECTORIES ( ${HDF5_INCLUDE_DIRS} )
6970
INCLUDE_DIRECTORIES ( ${Boost_INCLUDE_DIR} )

0 commit comments

Comments
 (0)