Parcourir la source

update for personal builds

richarddobson il y a 3 ans
Parent
commit
444ef3c1b4
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      dev/houskeep/CMakeLists.txt

+ 4 - 4
dev/houskeep/CMakeLists.txt

@@ -1,5 +1,5 @@
 if(APPLE)
 if(APPLE)
-  set(CMAKE_C_FLAGS "-O2 -Wall -mmacosx-version-min=10.5 -Dunix")
+  set(CMAKE_C_FLAGS "-O2 -Wall -Dunix")
 else()
 else()
   if(MINGW)
   if(MINGW)
     set(CMAKE_C_FLAGS "-O2 -Wall -DWIN32")
     set(CMAKE_C_FLAGS "-O2 -Wall -DWIN32")
@@ -8,13 +8,13 @@ else()
   endif()
   endif()
 endif()
 endif()
 
 
-link_directories(../cdp2k ../sfsys)
+link_directories(../cdp2k ../newsfsys ../pvxio2)
 
 
-include_directories(../../include)
+include_directories(../newinclude)
 
 
 add_executable(housekeep main.c ap_house.c channels.c clean.c dump.c dupl.c respec.c sort.c)
 add_executable(housekeep main.c ap_house.c channels.c clean.c dump.c dupl.c respec.c sort.c)
 
 
-target_link_libraries(housekeep cdp2k sfsys ${EXTRA_LIBRARIES})
+target_link_libraries(housekeep cdp2k sfsys pvxio2 ${EXTRA_LIBRARIES})
 
 
 my_install(housekeep)
 my_install(housekeep)