Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ find_package(fmt REQUIRED)
#-----------------------------------------
# add the library sub directories
add_subdirectory(src/plugins)
add_subdirectory(src/dd4pod)
add_subdirectory(src/python)
add_subdirectory(src/geocad)
add_subdirectory(src/config)
add_subdirectory(src/tools)
Expand Down
4 changes: 2 additions & 2 deletions src/dd4pod/CMakeLists.txt → src/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)

configure_file(
python/npsim.in
npsim.in
${CMAKE_CURRENT_BINARY_DIR}/npsim
)
install(FILES
Expand All @@ -10,6 +10,6 @@ install(FILES
DESTINATION bin
)
install(PROGRAMS
python/npsim.py
npsim.py
DESTINATION bin
)
File renamed without changes.
File renamed without changes.