Skip to content

Commit

Permalink
fix CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrapre committed Dec 11, 2024
1 parent 5b40eb0 commit 936977b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/NebulaTextures/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This is the cmake config file for the HelloStelModule
SET(HELLOSTELMODULE_VERSION "0.1.0")
SET(NEBULATEXTURES_VERSION "0.1.0")

ADD_SUBDIRECTORY( src )

Expand All @@ -8,4 +7,4 @@ IF(APPLE)
ElSE(APPLE)
SET(CMAKE_INSTALL_PREFIX $ENV{HOME}/.stellarium)
ENDIF(APPLE)
INSTALL(FILES DESTINATION "modules/HelloStelModule")
INSTALL(FILES DESTINATION "modules/NebulaTextures")

0 comments on commit 936977b

Please sign in to comment.