File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ file(GLOB_RECURSE HEADERS LIST_DIRECTORIES false ${SOURCE_PATH}/amulet/*.hpp)
3131
3232# Add implementation
3333add_library (amulet_io INTERFACE )
34+ set_target_properties (amulet_io PROPERTIES FOLDER "CPP" )
3435target_include_directories (amulet_io INTERFACE "src" )
3536target_sources (amulet_io PRIVATE ${HEADERS} )
3637foreach (FILE ${HEADERS} )
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ if (NOT TARGET amulet_io)
3535endif ()
3636
3737pybind11_add_module(_test_amulet_io "test_amulet_io/_test_amulet_io.py.cpp" )
38+ set_target_properties (_test_amulet_io PROPERTIES FOLDER "Tests" )
3839target_compile_definitions (_test_amulet_io PRIVATE PYBIND11_DETAILED_ERROR_MESSAGES)
3940target_link_libraries (_test_amulet_io PRIVATE amulet_io)
4041target_link_libraries (_test_amulet_io PRIVATE amulet_test_utils)
You can’t perform that action at this time.
0 commit comments