Skip to content

Commit

Permalink
Fix missing include directory for IO blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mx990 authored and azoitl committed Aug 28, 2024
1 parent 7e8068c commit 18c15da
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stdfblib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ SET(SOURCE_GROUP ${SOURCE_GROUP}\\fblib)
forte_add_sourcefile_hcpp(timedfb)

add_subdirectory(events)
if(FORTE_IO)
add_subdirectory(io)
endif()
add_subdirectory(ita)
add_subdirectory(net)
14 changes: 14 additions & 0 deletions src/stdfblib/io/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#*******************************************************************************
# Copyright (c) 2024 Martin Erich Jobst
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Martin Jobst - initial API and implementation and/or initial documentation
# *******************************************************************************/

forte_add_include_directories(${CMAKE_CURRENT_SOURCE_DIR})

0 comments on commit 18c15da

Please sign in to comment.